Installing the browsers:
yarn playwright install
yarn run test:e2e
yarn run test:e2e:ui
yarn run test:e2e:chrome
yarn run test:e2e <filename>
yarn run test:e2e:debug
That's thanks to differences in root directory when running tests using commands and using IDE. When running tests with commands,
the root directory is twenty/packages/twenty-e2e-testing
, for IDE it depends on how someone sets the configuration. This way, it
ensures that no matter which IDE or OS Shell is used, the result will be the same.