links:: introduction to playwright typescript MOC

Chapter 5.1 - Troubleshooting Test Issues

Chapter 5.1 - Troubleshooting Test Issues

  1. 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