Blogger

Ashwin R

Ashwin possesses over 7 years of experience in the Quality Assurance industry. His expertise encompasses a broad range of technologies, including Cypress, Rest Assured, Selenium, Cucumber, JavaScript and TypeScript.

Read More

Playwright vs Cypress

The newest addition to Automation Framework, Playwright from Microsoft, has arrived as a solid competitor to Cypress.
Playwright Reload Page
Read More

Playwright Reload Page

To refresh a page in Playwright, we can use the page.reload() method, which will reload the current page. This method reloads the current page in the same way as if the user had triggered a browser refresh.
Verify URL in Playwright
Read More

Verify URL in Playwright

In Playwright, you can verify the current page URL using the toHaveURL method of the PageAssertions Interface.
Playwright Test Timeout
Read More

Playwright Test Timeout

The Playwright Test framework provides a range of timeouts. These include the Test Timeout, Expect Timeout, Global Timeout, and several low-level timeouts such as actions, navigation, fixtures, and before and after all timeout.