# Twenty e2e Testing ## Install Don't forget to install the browsers before launching the tests : ``` yarn playwright install ``` ### Run end-to-end tests ``` yarn run test:e2e ``` ### Start the interactive UI mode ``` yarn run test:e2e:ui ``` ### Run test only on Desktop Chrome ``` yarn run test:e2e:chrome ``` ### Run test in specific file ``` yarn run test:e2e ``` ### Runs the tests in debug mode. ``` yarn run test:e2e:debug ```