ember_test
Runs the Ember application's test suite with customizable options for environments, browsers, reporters, and filters.
Instructions
Runs your app's test suite
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | No | Test environment | test |
| config_file | No | Testem config file | |
| server | No | Run tests in server mode | |
| host | No | Test server host | |
| test_port | No | Test server port | |
| filter | No | Filter tests by name | |
| module | No | Filter tests by module | |
| watcher | No | File watcher to use | events |
| launch | No | Browsers to launch (comma-separated) | |
| reporter | No | Test reporter | |
| silent | No | Suppress output except test report | |
| ssl | No | Use SSL | |
| ssl_key | No | SSL private key | ssl/server.key |
| ssl_cert | No | SSL certificate | ssl/server.crt |
| testem_debug | No | Debug log file for testem | |
| test_page | No | Test page to use | |
| path | No | Reuse existing build at path | |
| query | No | Query string to append to test page URL | |
| output_path | No | Output directory | |
| cwd | No | Working directory to run the command in |