Summary

Completed

In this module, you learned the core concepts of Playwright for automated end to end testing, then you:

  • Installed Playwright and ran the example tests.
  • Explored the HTML report.
  • Modified the test directory to see the demo todo tests being run.
  • Added a project in the config file to see tests being run on an emulated mobile device.
  • Configured Playwright to run tests with screenshots and traces.
  • Explored the trace viewer.
  • Took a detailed view of the tests to understand how tests are written using fixtures, locators, and assertions.
  • Installed the Visual Studio Code extension and learned how to run tests, debug tests, and generate tests all from Visual Studio Code.

Learn more