lovetemple / playwright-cucumber-js-e2e-boilerplate

E2E Test Automation Framework with Playwright, Page Objects and Cucumber-JS BDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playwright-cucumber-js-e2e-boilerplate

Playwright is a Single API to automate Chromium, Firefox and WebKit.

This project is a basic framework to write E2E tests with Cucumber-JS v7 and Playwright with Page-Objects in JavaScript language.

Install

npm install

Run the tests

npm test

Report

Cucumbber HTML Report (create reports folder) will be generated at the end of test execution with failed screenshot (if any) attached with the scenario.

About

E2E Test Automation Framework with Playwright, Page Objects and Cucumber-JS BDD


Languages

Language:JavaScript 92.7%Language:Gherkin 7.3%