TestArmada / magellan

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

Allow magellan to support global resource strategy. #257

Closed archlichking closed 6 years ago

archlichking commented 6 years ago

To allow magellan to support global resource strategy.

This PR contains

  1. remove some unnecessary dependencies
  2. remove promise library q
  3. add resource strategy support
codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@b34cee3). Click here to learn what that means. The diff coverage is 97.47%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #257   +/-   ##
=========================================
  Coverage          ?   97.37%           
=========================================
  Files             ?       31           
  Lines             ?      953           
  Branches          ?        0           
=========================================
  Hits              ?      928           
  Misses            ?       25           
  Partials          ?        0
Impacted Files Coverage Δ
src/help.js 100% <ø> (ø)
test/mock/mockSetupTeardownListener.js 100% <100%> (ø)
src/util/port_util.js 100% <100%> (ø)
src/test.js 100% <100%> (ø)
src/listener.js 100% <100%> (ø)
src/constants.js 100% <100%> (ø)
src/test_filter.js 100% <100%> (ø)
src/hosted_profiles.js 100% <100%> (ø)
src/cli_help.js 100% <100%> (ø)
src/util/mkdir_sync.js 100% <100%> (ø)
... and 14 more

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 b34cee3...ee94e62. Read the comment docs.