Playwright Typescipt Playwright Test Versions Save

This is a boilerplate/template for a Playwright-Typescript framework for web UI, API, mobile emulation, DB, and visual testing. Docker image, SonarQube, Lighthouse, GitHub Actions setup with Slack notifications are also implemented.

v1.7.0

2 months ago

Dedicated to George Boole - English mathematician, philosopher, and logician pioneer of Boolean Logic

Changelog :

  1. Configured GitHub Actions under .github.workflow.playwright.yml
  2. Configured Slack Notification with htnl-report.zip url
  3. Change Docker Image so that you can provide environment variable on docker run command.

Please refer ReadMe section points 26 & 27

v1.6.0

2 months ago

Dedicated to Lise Meitner - Austrian-Swedish Physicist responsible for the discovery of the element Protactinium and Nuclear_fission

Changelog :

  1. Updated Playwright to v1.41.2
  2. Changed Docker image base to node:20.5.1-bookworm-slim which reduce image size by 50%

v1.5.0

4 months ago

Dedicated to Rishi Kaṇāda - Indian natural scientist and philosopher

Changelog :

Added Test Case for Accessibility testing

v1.4.0

5 months ago

Dedicated to Galileo Galilei - Astronomer, physicist and engineer

Changelog :

  1. Updated Playwright to 1.40.1
  2. Changes header verification part in API Test cases

v1.3.0

10 months ago

Dedicated to J. Robert Oppenheimer : American Theoretical Nuclear physicist

Changelog:

  1. Updated to Playwright 1.35.1
  2. Changed the way of reading environment variables instead of using cross-env library, now we are using "process.env" variable. Please refer Readme section for more info

v1.2.0

1 year ago

Dedicated to Richard Phillips Feynman : Pioneer of of Quantum mechanics.

Changelog: Implemented Text Extraction from PDF document

v1.1.0

1 year ago

Dedicated to Edsger Wybe Dijkstra : Founder of Dijkstra's shortest path algorithm

Changelog:

  1. Updated Playwright to v 1.32.2
  2. Included UI mode , please refer 23. point in Readme Section

v1.0.0

1 year ago

Dedicated to Nikola Tesla - Inventor of Alternating Current and much more Changelog:

  1. Changed POM structure and used new locators as per playwright best practices
  2. Changed docker file to install chrome.
  3. Fixed error in import path
  4. Updated to official allure-playwright reporter
  5. Updated to Playwright 1.31.0 . and much more under the hood ;)

v0.22.0

1 year ago

Dedicated to Sir Jagadish Chandra Bose - Pioneer of radio, microwave and botany

Changelog:

  1. Updated to Playwright 1.27.1
  2. Implemented new selector(locator) strategy as per best practices in Playwright. For more info please follow below link https://playwright.dev/docs/selectors#best-practices

v0.21.0

1 year ago

Dedicated to John Vlissides : Gang of 4 author of Design Patterns

Changelog:

  1. Updated to Playwright 1.25.2
  2. Minor changes for devices in playwright.config.ts changed browser to chrome.