Ticket Created
over 3 years ago

WERETECH-12844

RFC: Run all tests from one file

Currently monkeydo /path/to/prg device -t allows a specific test, eg TestModule.testName

It would be beneficial to test a complete testmodule, eg:

monkeydo /path/to/prg device -t TestModule

This would test all the tests in that module.

Right now it fails with Exception: ASSERTION FAILED: Could not find 'TestConfig'