TestArmada / magellan-saucelabs-executor

magellan test executor for saucelabs
MIT License
2 stars 2 forks source link

allows to read more appium capabilities from config file #17

Closed archlichking closed 6 years ago

archlichking commented 6 years ago

This PR allows user to defined more appium desiredCapabilities in config file. This PR also fixes the locks bug which errors out at the end of the test execution if no locks is configured

codecov-io commented 6 years ago

Codecov Report

Merging #17 into master will decrease coverage by 0.38%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   86.29%   85.91%   -0.39%     
==========================================
  Files          10       10              
  Lines         562      582      +20     
  Branches      106      112       +6     
==========================================
+ Hits          485      500      +15     
- Misses         77       82       +5
Impacted Files Coverage Δ
lib/locks.js 88.52% <0%> (-2.71%) :arrow_down:
lib/configuration.js 97.61% <0%> (-2.39%) :arrow_down:
lib/settings.js 100% <0%> (ø) :arrow_up:
lib/profile.js 89.42% <0%> (+0.29%) :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 94d74eb...3da05fd. Read the comment docs.