TestArmada / magellan

Large Scale Automated Testing for Mocha, Nightwatch, Appium, Nodejs, etc
MIT License
287 stars 76 forks source link

Added options to specify repetitions #263

Open Brimstedt opened 5 years ago

Brimstedt commented 5 years ago

If you want to really scale your tests and repeat them many times. Im not particularily happy with the implementation (putting all extra runs on the queue), but it seemed it would take quite a bit of changes to impose a repeat count the test class.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 5 years ago

Codecov Report

Merging #263 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #263      +/-   ##
=========================================
+ Coverage   97.29%   97.3%   +0.01%     
=========================================
  Files          31      31              
  Lines         960     964       +4     
=========================================
+ Hits          934     938       +4     
  Misses         26      26
Impacted Files Coverage Δ
src/help.js 100% <ø> (ø) :arrow_up:
src/settings.js 89.65% <ø> (ø) :arrow_up:
src/test.js 100% <100%> (ø) :arrow_up:
src/test_runner.js 97.95% <100%> (+0.02%) :arrow_up:
src/cli.js 94.94% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ed01e8d...fcac380. Read the comment docs.

codecov-commenter commented 3 years ago

Codecov Report

Merging #263 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #263      +/-   ##
==========================================
+ Coverage   97.29%   97.30%   +0.01%     
==========================================
  Files          31       31              
  Lines         960      964       +4     
==========================================
+ Hits          934      938       +4     
  Misses         26       26              
Impacted Files Coverage Δ
src/cli.js 94.94% <ø> (ø)
src/help.js 100.00% <ø> (ø)
src/settings.js 89.65% <ø> (ø)
src/test.js 100.00% <100.00%> (ø)
src/test_runner.js 97.95% <100.00%> (+0.02%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ed01e8d...fcac380. Read the comment docs.