Skip to content

alttester/EX-NIS-RollABall-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RollABall - CSharp tests

This project contains C# AltTester® tests for a project using the New Input System. The tested actions are: move mouse, click, begin/move/end touch, swipe, key down/key up, press key, tilt, scroll.

Before running the tests

❗ Starting with version 2.0.0, the AltTester® Desktop must be running on your PC while the tests are running.

  • Download and install the AltTester® Desktop from here, then open it.
  • To run the tests, you must include the AltTester® Unity SDK in the project. To do that, you can choose between the following ways:
  1. Add the AltTester® Unity SDK submodule to the project

    • use git submodule update --init command to pull the git submodule;
    • make sure that the submodule added is on the master branch (you can use the following command git checkout master in the Assets/AltTester-Unity-SDK folder);
    • also, if you already have the project, you should make a git pull on the master branch, to ensure that you are using the latest version of AltTester®.

  2. Download AltTester® Unity SDK and import it into Unity

Run the tests

You can open the project in the Unity Editor and run the tests from the AltTester® Editor window.

The tests can be found in Editor->Tests folder in the Tests_AltTester class.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published