Versions Compared

Key

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

...

In this tutorial, we will create some tests in JavaScript using CodeceptJS and we'll use mocha-junit-reporter to generate a compatible JUnit XML report.

Requirements

  • codeceptjscodeceptJS
  • webdriverio
  • selenium-standalone
  • mocha-junit-reporter

...

The following code and the setup instructions were inspired on by CodeceptJS startup tutorial.

...