test
Test an existing project.
archibald test|t [options]
Options
| Option | Description |
|---|---|
-p, --platform [platform] | Specify platform to test. |
-t, --testName [testName] | Test file to execute. |
-w, --watch | Execute tests in watch mode. |
-wa, --watchAll | Execute all tests in watch mode. |
-n, --native [native] | Specify native platform to build the project with. |
-c, --clearCache | Clear Jest cache. |
-q, --quiet | Don't use interactive cli and run the command with default options. |
-h, --help | Show help commands. |