- Download and install .NET SDK
- Download AltTester Pro
- Use AltTicTacToe from package downloaded above, as it is instrumented with sdk 2.0.0
This repository is a test project that uses NUnit as the test library. It was generated using following command (as suggested in documentation)
dotnet new nunit
AltTester Unity SDK framework contains AltDriver
class used to connect to the instrumented game developed w/ Unity. AltTester-Driver for C# is available as a nuget package. Install AltTester-Driver nuget package
dotnet add package AltTester-Driver --version 2.0.0
Run tests manually (with dotnet CLI)
- Launch game
- From
AltTicTacToeTests
execute all tests:
dotnet test