tuist test <scheme>
Tests a project. For more info see https://docs.tuist.io/commands/test USAGE: tuist test [<scheme>] [--clean] [--path <path>] [--device <device>] [--os <os>] [--configuration <configuration>] [--skip-ui-tests] [--result-bundle-path <result-bundle-path>] [--retry-count <retry-count>]
Arguments
Name | Description |
---|
scheme | The scheme to be tested. By default it tests all the testable targets of the project in the current directory |
Options
Name | Description |
---|
--path, -p <path> | The path to the directory that contains the project to be tested |
--clean, -c | When passed, it cleans the project before testing it |
--device, -d <device> | Test on a specific device |
--os, -o <os> | Test with a specific version of the OS |
--configuration, -C | The configuration to be used when testing the scheme |
--skip-ui-tests | When passed, it skips testing UI Tests targets |
--result-bundle-path, -T | Path where test result bundle will be saved |
--retry-count <times> | Tests will retry <number> of times until success. Example: if 1 is specified, the test will be retried at most once, hence it will run up to 2 times. (default: 0) |