0.5.1 • Published 15 days ago

playwright-test-skeleton v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

Playwright Test skeleton project generator

This package will create a basic template of Playwright Test project with following properties:

  • language is Typescript or JavaScript
  • ESLint config file for linting is created
  • Prettier is installed
  • Eslint and Prettier git precommit hooks are created, if user wants to
  • basic example tests are created in /tests folder
  • basic example of Page Object Model page representation
  • default Playwright Test configuration file is created

Preconditions

  • Node.js LTS installed
    • versions 18.x and 20.x are supported and were tested
  • git installed
  • OS is supported by Playwright (Win10+, Ubuntu, Debian, MacOs). Details are HERE

Installation

  • open you shell and switch to the folder, where you want to have your test project files
  • run npx playwright-test-skeleton
  • go thru CLI prompts to choose from language and precommit hooks options
  • in case you are on Linux, you will have to provide your sudo password when installing Playwright linux dependencies

Verify

  • run npx playwright test - test should run, no errors in console.
0.5.1

15 days ago

0.5.0

1 month ago

0.3.2

1 month ago

0.4.0

1 month ago

0.3.1

1 month ago

0.3.0

1 month ago

0.2.1

2 months ago

0.2.2

2 months ago

0.1.10

2 months ago

0.2.0

2 months ago

0.1.9

2 months ago

0.1.8-0

2 months ago

0.1.7-0

2 months ago

0.1.6-0

2 months ago

0.1.8

2 months ago

0.1.4

2 months ago

0.1.5

2 months ago

0.1.2

2 months ago

0.1.2-0

2 months ago

0.1.1

2 months ago

0.1.0

2 months ago

0.0.12

2 months ago

0.0.11

2 months ago

0.0.10

2 months ago

0.0.9

2 months ago

0.0.8

2 months ago

0.0.7

2 months ago

0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago