laywright is an end-to-end testing tool that can be used to simulate a browser visiting your website. It can also run tests from TestBox. In this session, we will be looking at how to set up Playwright for an application. We will use it to simulate a real user who has nothing better to do than click all the buttons on your form in an attempt to break it.
Topics we will cover:
Take a screenshot of the page
Record a video of a browser session
Get Chrome dev tools trace information
Test a failing login
Test a page with broken JavaScript
Use Playwright with a non-ColdBox site
↧