Releases: akshayp7/playwright-typescript-playwright-test
Releases · akshayp7/playwright-typescript-playwright-test
v1.0.0
Dedicated to Nikola Tesla - Inventor of Alternating Current and much more
Changelog:
- Changed POM structure and used new locators as per playwright best practices
- Changed docker file to install chrome.
- Fixed error in import path
- Updated to official allure-playwright reporter
- Updated to Playwright 1.31.0 .
and much more under the hood ;)
v0.22.0
Dedicated to Sir Jagadish Chandra Bose - Pioneer of radio, microwave and botany
Changelog:
- Updated to Playwright 1.27.1
- 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
v0.20.0
Dedicated to Margaret Heafield Hamilton : Developed software for Apollo moon missions
Changelog:
- 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)
- Removed unnecessary wait statements from WebActions file.
v0.19.0
Dedicated to Terry A Davis - Single handedly created and designed of Temple OS
Changelog:
- 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)
- Updated to Playwright 1.24.0
v0.18.0
Dedicated to Sir Timothy John Berners-Lee - Inventor of World Wide Web
Changelog:
- Removed "playwright" dependency from package.json as only "@playwright/test" is required.
- 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