Skip to content

camillomurcia/serenity-js-jasmine-protractor-example

Repository files navigation

build devDependencies Status

Serenity/JS Jasmine Protractor

Automation example using Serenity/JS, Jasmine and Protractor with the structure of the screenplay pattern.

Learn more:

Prerequisites

To use this project, you will need:

  • Node.js, a long-term support (LTS) release version 10 or later - Download
  • Java Runtime Environment (JRE) or Java Development Kit (JDK) version 8 or later - Download
  • Chrome Web Browser - Download

Follow the installation instructions to help you verify your setup.

Use

npm ci                 # Install the required modules
npm run lint           # Execute the analysis of static code Lint
npm test               # Run the sample tests and generate the report at ./target/site/serenity