Skip to content

Releases: akshayp7/playwright-typescript-playwright-test

v0.14.0

08 May 09:37
Compare
Choose a tag to compare

In the Honour of Alan Turing - One of the greatest Computer Scientist

  1. Rewrote the Dockerfile so that the container doesn't have root user at end of execution which is a security threat.
  2. Added Docker Readme Section.

v0.13.1

17 Apr 12:05
Compare
Choose a tag to compare

Updated Playwright to 1.21.0 along with other packages.

v0.13.0

10 Apr 07:53
Compare
Choose a tag to compare

Have written a new Testcase to Verify for Multiwindow Scenarios

v0.12.0

20 Mar 06:19
Compare
Choose a tag to compare
  1. Updated to Playwright v1.20.0
  2. Import Path Shortening : In tsconfig.json file in paths section we can re-assign the long path imports like '../../' to a variable which starts with '@' and then we can use it to shorten our import statements in respective file. For More info on this please refer the below linked video by Koushik Chatterjee.

https://www.youtube.com/watch?v=Vm870yqU7Wc&list=PL699Xf-_ilW7EyC6lMuU4jelKemmS6KgD&index=73

v0.11.0

12 Feb 08:57
Compare
Choose a tag to compare

Changelog:

  1. Updated to Playwright v 1.19.0
  2. Changed expect validations logic, instead of try/catch now Custom messages can be directly given inside expect function