Direct support for suite argument
See original GitHub issueHi!
I would like to see direct support for the --suites
which would work when testing suites https://github.com/angular/protractor/blob/master/spec/suitesConf.js
Actually, it would be good if other arguments can be used as a config option instead of using args
.
Issue Analytics
- State:
- Created 9 years ago
- Comments:7
Top Results From Across the Web
Jury Deliberations - How Courts Work
After receiving the instructions and hearing the final arguments, the jury retires to the jury room to begin deliberating.
Read more >unittest — Unit testing framework — Python 3.11.1 ...
Changed in version 3.2: Support for load_tests added. Changed in version 3.5: The undocumented and unofficial use_load_tests default argument is deprecated and ...
Read more >Argument Escape Room Teaching Resources | TPT
Browse argument escape room resources on Teachers Pay Teachers, ... questions to help assess where students may need more direct help.
Read more >The JVM Test Suite Plugin - Gradle User Manual
The JVM Test Suite plugin (plugin id: jvm-test-suite ) provides a DSL and API to model multiple groups of automated tests into test...
Read more >Chinese room - Wikipedia
The centerpiece of Searle's argument is a thought experiment known as the Chinese room. The argument is directed against the philosophical positions of ......
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
I resolved the problem just using: args: process.argv.slice(-2) like below:
And just running: gulp protractor --suite mySuiteTest 😃
How can i call those params from protractor test classes?