# What this PR does - introduce e2e tests in Tilt - support e2e tests commands in Makefile - stabilize local setup ## Which issue(s) this PR fixes https://github.com/grafana/oncall/issues/3492 ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required)
21 lines
264 B
Text
21 lines
264 B
Text
/node_modules
|
|
.eslintcache
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/dist
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# This file is generated
|
|
grafana-plugin.yml
|
|
frontend_enterprise
|
|
|
|
# playwright
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
/e2e-tests/storageState.json
|