browsertrix/frontend/.gitignore
Sara Tavares b61592b5ed
CI: Add Playwright UI e2e tests + CI (#614)
Adds Playwright for UI tests.
Basic Playwright test to login.
Playwright Github Action.

---------

Co-authored-by: sua yoo <sua@suayoo.com>
2023-03-22 16:23:22 -07:00

30 lines
268 B
Plaintext

## editors
/.idea
## system files
.DS_Store
## npm
/node_modules/
/npm-debug.log
## testing
/coverage/
## temp folders
/.tmp/
/tmp/
# build
/dist/
# dotenv
.env
.env.*
storybook-static
custom-elements.json
/test-results/
/playwright-report/
/playwright/.cache/