Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this tutorial, we will create a test in Javascript +Mocha in order to validate a simple application interaction using Sauce Labs for cloud mobile testing.

...

titlePlease note

Within this tutorial, only one Test Execution will be used; it will contain one Test Run with all the results for the different used browsers. Thus, the overall test run status will be affected by the results made for all the browsers.

...

using Nightwatch.js for E2E tests, web based, running either locally or in the cloud by using Sauce Labs.

Requirements

  • Install NodeJS
  • Install all dependencies using "npm"

...

Info
titlePlease note

Beware that some JavascriptsJavascript files, even though in the "tests" folder, may not be actual/real test cases (e.g. the file test/e2e/upload_screenshots_to_s3.js provided in the upstream project).

...

Reports can be imported to Xray (either by the REST API or through the Import Execution Results action within the Test Execution).


 


Tests are mapped to Generic Tests in Jira, and the Generic Test Definition field contains the name of the file along with the title of the function implementing the automate test.

...