#playwright
Read more stories on Hashnode
Articles with this tag
Mastering Secure HAR-Usage in Playwright: Best Practices Inside · To start, you'll need to record all necessary network calls into a HAR (HTTP Archive)...
Streamline Your Testing Workflow: How to Ignore CORS in Playwright · Add the following options to your Playwright Config to disable CORS depending on...
Seamlessly Integrating Custom User Agents into Your Playwright Environment · The previous article detailed the process for modifying the user agent...
Unlocking Efficiency : Run your playwright tests 12 times faster · After developing your Playwright tests, they initially run smoothly. However, as the...
How to ensure Segment analytics is not triggered for automated tests · One may want to change/update the user agent for various use cases. One such use...
Efficiently Executing Diverse Test Suites with Tag-Based Organization · Let's consider you're managing two distinct sets of tests, each uniquely tagged —...