Skip to content

Playwright automation framework skeleton with Typescript.

Notifications You must be signed in to change notification settings

kumarvarun1252/playwright-sample

This branch is 4 commits ahead of VikashChauhan51/playwright-sample:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Varun Mukka
Apr 5, 2024
1b990b8 · Apr 5, 2024

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright Sample

Playwright automation framework skeleton with Typescript.

PLAYWRIGHT-SAMPLE
├───.github
│   └───workflows
├───logs
├───node_modules
├───pages
├───playwright-report
├───test-results
├───tests
├───tests-out
└───utils

Local Setup:

  1. Install Microsoft Visual Studio Code IDE. Ignore this if already installed.
  2. Install Playwright VSCode Extension and restart VSCode. Ignore this if already installed.
  3. Install Nodejs on your system. Ignore this if already installed.
  4. Install Git on your system. Ignore this if already installed.
  5. git clone https://github.com/VikashChauhan51/playwright-sample.git or download master branch zip and extract code.
  6. Open project folder with VSCode.
  7. Run npm install command to restore all packages.
  8. Run npm run test:chromium command to run test for Chrome browser only.

References:

About

Playwright automation framework skeleton with Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%