feat: setup end to end test framework for playwright (#4003)

* feat: setup end to end test framework for playwright

* fix: remove github workflow
This commit is contained in:
Vikrant Gupta
2023-11-23 01:05:15 +05:30
committed by GitHub
parent bc72b5fcea
commit fe75f6347b
5 changed files with 135 additions and 1 deletions

10
.gitignore vendored
View File

@@ -37,7 +37,7 @@ frontend/src/constants/env.ts
**/locust-scripts/__pycache__/
**/__debug_bin
frontend/.env
.env
pkg/query-service/signoz.db
pkg/query-service/tests/test-deploy/data/
@@ -53,3 +53,11 @@ ee/query-service/tests/test-deploy/data/
bin/
*/query-service/queries.active
# e2e
e2e/node_modules/
e2e/test-results/
e2e/playwright-report/
e2e/blob-report/
e2e/playwright/.cache/