Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sample Playwright Cucumber Framework

NotificationsYou must be signed in to change notification settings

vinaykumarvvs/sample-playwright-cucumber-framework

Repository files navigation

The tech stack used in this project are:

  1. TypeScript as the programming language for writing test code
  2. Cucumber as the framework
  3. NPM as the build tool
  4. VSCode as the preferred IDE for writing typescript code.

Getting Started

Setup your machine.

  1. Node 16
  2. Install VSCode & open the repo
  3. On Terminal, navigate to repo and runnpm install

Running tests

  • Run tests in Sequence:browser=chrome npm run cucumber -- --tags="@test"
  • Run tests in Parallel:browser=chrome npm run cucumber -- --tags="@test" --parallel=5
  • Run tests and generate the reportbrowser=chrome npm run cucumber -- --tags="@test" --parallel=5 && node cucumber.config.js

Report

  • Report will be found here:reports/index.html

Tests

  1. TestCase-1: Heroku - FormAuthentication Cases
  2. TestCase-2: Heroku - Drag And Drop Cases

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp