links:: introduction to playwright typescript MOC
Chapter 5.1 - Troubleshooting Test Issues
Chapter 5.1 - Troubleshooting Test Issues
- Turn on trace and screenshots in config file for failures (see below)
trace: 'retain-on-failure',
// trace: 'on-first-retry',
screenshot: 'only-on-failure',
exercises