TestArmada / nightwatch-extra

MIT License
30 stars 26 forks source link

Add runAppiumCommand #125

Closed pschroeder89 closed 4 years ago

pschroeder89 commented 5 years ago

Use case: Sometimes we directly want to hit the Appium API for debugging or testing a future custom command. Rather than writing a new custom command each time, this command allows us to pass the API options on the fly.

CLAassistant commented 5 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Paul Schroeder seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov-io commented 5 years ago

Codecov Report

Merging #125 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #125   +/-   ##
=======================================
  Coverage   99.05%   99.05%           
=======================================
  Files          21       21           
  Lines         953      953           
  Branches      161      161           
=======================================
  Hits          944      944           
  Misses          9        9

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 e208c56...a69323d. Read the comment docs.

pschroeder89 commented 4 years ago

Closing due to inactivity