Versions Compared

Key

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

...

In this tutorial, we will create some headless tests in JavaScript using Puppeteer and Jest framework; we'll use "jest-junit" to generate a compatible JUnit XML report.

Requirements

  • pupetteerpuppeteer
  • jest-environment-node
  • jest
  • jest-junit

...