TestArmada / nightwatch-extra

MIT License
30 stars 26 forks source link

With plugin #106

Closed archlichking closed 6 years ago

archlichking commented 6 years ago

this PR allows plugins to be defined and enabled in nightwatch-extra. for more info please see https://github.com/TestArmada/nightwatch-extra/tree/plugin#important-migration-notice-for-nightwatch-extra5

codecov-io commented 6 years ago

Codecov Report

Merging #106 into master will increase coverage by 0.13%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
+ Coverage    98.8%   98.93%   +0.13%     
==========================================
  Files          21       21              
  Lines         924      943      +19     
  Branches      153      159       +6     
==========================================
+ Hits          913      933      +20     
+ Misses         11       10       -1
Impacted Files Coverage Δ
lib/base-mobile-assertion.js 98.24% <0%> (-1.76%) :arrow_down:
lib/assertions/selectorHasLength.js 100% <0%> (ø) :arrow_up:
lib/assertions/elContainsText.js 100% <0%> (ø) :arrow_up:
lib/assertions/elValueContains.js 100% <0%> (ø) :arrow_up:
lib/assertions/elLengthGreaterThan.js 100% <0%> (ø) :arrow_up:
lib/commands/mobile/waitForMobileElNotPresent.js 100% <0%> (ø) :arrow_up:
lib/commands/mobile/clickMobileEl.js 100% <0%> (ø) :arrow_up:
lib/base-mobile-command.js 100% <0%> (ø) :arrow_up:
lib/assertions/elNotContainsText.js 100% <0%> (ø) :arrow_up:
lib/settings.js 97.95% <0%> (+0.04%) :arrow_up:
... and 2 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 58cc550...e9138ed. Read the comment docs.