ember_test_server_start
Builds the Ember app for testing and starts a local server to run browser-based tests. Specify port and working directory as needed.
Instructions
Build app for testing and start a test server for browser-based testing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port to run test server on (default: 7357) | |
| cwd | No | Working directory | |
| build | No | Build the app for test environment first (default: true) |