Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 773 Bytes

end_to_end_testing.md

File metadata and controls

17 lines (10 loc) · 773 Bytes

End to End testing

This template sets up end to end testing using playwright

File Structure

End to end tests are located in the directory tests because they are usually not tied to a specific component, but to your application as a whole.

  • playwright.config.ts - this is the file which sets up your configuration for the playwright test runner based on the instructions outlined here

End to End Testing Resources

Here are some resources for using playwright!