Skip to content

Nightwatch (using Request for api tests). Run UI, API and iOS tests.

License

Notifications You must be signed in to change notification settings

jaffamonkey/pure-nightwatchapi

 
 

Repository files navigation

Build Status

Install

npm install

Run

chrome

./nightwatch

chrome-headless

./nightwatch -e chrome-headless

Test results are stored in /reports

iOS testing

Using Appium - in order to run tests against, you will need Xcode installed, to use the simulators.

Prequisistes: XCode 9.2+

There are enough emulators that come with XCode package, but to install, you will need to open from Xmcode app:

  • Xcode > Open Developer Tool > Simulator
  • In Simulator go to: Hardware > Device > Manage Devices
  • In devices window at the bottom of the left column, click the Add button (+)
  • Now follow the dialog.

To run:

$ npm install -g appium [NEW CONSOLE TAB]

./nightwatch -e ios --tag pageObject

About

Nightwatch (using Request for api tests). Run UI, API and iOS tests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Shell 0.6%