Releases: akshayp7/playwright-typescript-playwright-test
v1.9.1
Dedicated to Pierre Curie - French physicist, a pioneer in crystallography, magnetism, piezoelectricity, and radioactivity.
Changelog :
Added folder to Ortoni Report in OrtoniReportConfig in "playwright.config.ts" now Ortoni Reports are generated in htnl-report folder
Updated Playwright to 1.47.2
v1.9.0
v1.8.0
Dedicated to Marie Curie - Polish and French Physicist and chemist who conducted pioneering research on radioactivity and the only person to win a Nobel Prize in two scientific fields.
Changelog :
Added Youtube Tiutorial - Please refer ReadMe section Youtube Video Tutorial
Updated Playwright to 1.44.0
v1.7.0
Dedicated to George Boole - English mathematician, philosopher, and logician pioneer of Boolean Logic
Changelog :
- Configured GitHub Actions under .github.workflow.playwright.yml
- Configured Slack Notification with htnl-report.zip url
- Change Docker Image so that you can provide environment variable on docker run command.
Please refer ReadMe section points 26 & 27
v1.6.0
Dedicated to Lise Meitner - Austrian-Swedish Physicist responsible for the discovery of the element Protactinium and Nuclear_fission
Changelog :
- Updated Playwright to v1.41.2
- Changed Docker image base to node:20.5.1-bookworm-slim which reduce image size by 50%
v1.5.0
v1.4.0
v1.3.0
Dedicated to J. Robert Oppenheimer : American Theoretical Nuclear physicist
Changelog:
- Updated to Playwright 1.35.1
- 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