ember try:testall should honor all or a subset of 'ember test' arguments
See original GitHub issueember try:testall --test-port $MY_TEST_PORT
The option '--test-port' is not registered with the try:testall command. Run `ember try:testall --help` for a list of supported options.
Background: we run multiple concurrent project tests on the same build machine, and our build system chooses a port and exposes it as an environment variable.
Issue Analytics
- State:
- Created 8 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
Introduction - Testing - Ember Guides
Ember gives you the power to write tests and be productive from day one. You can be confident that your app will be...
Read more >Uploading images to S3 in Ember.js – Part 4: Testing
We need to extend the test to allow uploading an image. More precisely, we want to end up with two test cases: one...
Read more >The Ember Run Loop and Asynchronous Testing
This summer, I interned on the Square Seller Dashboard team, which works on the web application that Square merchants use for everything ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dexturr Your config file can have javascript in it, so you could have:
Only
ember try:one
takes a command via the command line like that. Forember try:each
the only current way to customize the command is to put it in the config https://github.com/ember-cli/ember-try#configuration-files By default, this isconfig/ember-try.js
but both commands take an optional--config-path
https://github.com/ember-cli/ember-try#ember-tryeach