Skip to content

gameface-e2e

The gameface-e2e command will run end-to-end tests in your Gameface projects. It allows you to execute your test files and interact with the Player.exe application.

Here is a list of all the flags you can use with the gameface-e2e command:

FlagTypeDescription
helpDisplays the help information for the command.
gamefacePathStringSpecifies the path to your Player.exe.
testsStringSpecifies the path to your test .spec.js files.
configStringSpecifies the path to your config file if you are using one to run the tests.
specTimeoutNumberSets the timeout for tests in spec files. The default is 10 seconds. Use this flag to increase the timeout if needed.
bailEnables bailing on the first failure.