Skip to content

Releases: akshayp7/playwright-typescript-playwright-test

v1.0.0

08 Mar 03:30
Compare
Choose a tag to compare

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

05 Nov 17:34
Compare
Choose a tag to compare

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

13 Sep 13:53
Compare
Choose a tag to compare

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.

v0.20.0

05 Aug 02:47
69c48d5
Compare
Choose a tag to compare

Dedicated to Margaret Heafield Hamilton : Developed software for Apollo moon missions

Changelog:

  1. Added winston logging . Please refer point 22 in Readme section and follow the below link for more info on Winston logger (https://github.com/winstonjs/winston)
  2. Removed unnecessary wait statements from WebActions file.

v0.19.0

26 Jul 11:17
Compare
Choose a tag to compare

Dedicated to Terry A Davis - Single handedly created and designed of Temple OS
Changelog:

  1. Added Protected access specifiers to Locators, so that the locators can be accessed by only the specific single page file where they are inherited. (E.g. Locators from LoginPageObjects file can be only accessed from LoginPage file where it extends LoginPageObjects)
  2. Updated to Playwright 1.24.0

v0.18.0

10 Jul 13:56
Compare
Choose a tag to compare

Dedicated to Sir Timothy John Berners-Lee - Inventor of World Wide Web
Changelog:

  1. Removed "playwright" dependency from package.json as only "@playwright/test" is required.
  2. Included HAR/Network Replay testing scenario Refer to Readme section point 21.

For More Info on HAR/Network Replay Testing refer the below video by Koushik
https://www.youtube.com/watch?v=uGS55H2HsoI

v0.17.0

04 Jul 16:40
Compare
Choose a tag to compare

Dedicated to Aaron Swartz - Co-Creator of Reddit
Changelog :

  1. Changed Dockerfile to run as non-root user(using docker as root user was detected as security risk in SAST scan using semgrep)
  2. Updated Playwright to v1.23.1

v0.16.0

18 Jun 15:41
Compare
Choose a tag to compare

Dedicated to Dennis Ritchie - Co-Creator of C

Changelog

  1. Handled Multi page Scenarios
  2. Docker file pinned and reverted to old version.

v0.15.1

17 May 16:05
Compare
Choose a tag to compare

Dedicated to Grace Hopper - Inventor of Compiler

  1. Updated Playwright to v 1.22.1

v0.15.0

12 May 14:18
Compare
Choose a tag to compare

This Release is dedicated to Ajay Bhatt - Inventor of USB

Implemented Lighthouse in framework to improve performance of webpage. Please go through the Readme section for configuration.