mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 07:26:20 +00:00
* feat: generate e2e test plan and tests using playwright mcp * feat: settings e2e sanity test cases * feat: playwright prettier * feat: update the gitignore file temporarily exclude test plans * chore: remove e2e test-plan directories from git tracking and update .gitignore * chore: remove playwright github action from frontend repo * chore: update base url in playwright config * chore: add github action to run playwright tests * chore: wrap env variables in quotes and enable uploading test results always * chore: update github action * chore: update github action * Update run-e2e.yaml * Update run-e2e.yaml * feat: update github action
31 lines
652 B
Plaintext
31 lines
652 B
Plaintext
|
|
# Sentry Config File
|
|
.env.sentry-build-plugin
|
|
.qodo
|
|
|
|
# Playwright
|
|
node_modules/
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/test-results/
|
|
/playwright/blob-report/
|
|
/playwright/playwright-report/
|
|
|
|
e2e/test-plan/alerts/
|
|
e2e/test-plan/dashboards/
|
|
e2e/test-plan/exceptions/
|
|
e2e/test-plan/external-apis/
|
|
e2e/test-plan/help-support/
|
|
e2e/test-plan/infrastructure/
|
|
e2e/test-plan/logs/
|
|
e2e/test-plan/messaging-queues/
|
|
e2e/test-plan/metrics/
|
|
e2e/test-plan/navigation/
|
|
e2e/test-plan/onboarding/
|
|
e2e/test-plan/saved-views/
|
|
e2e/test-plan/service-map/
|
|
e2e/test-plan/services/
|
|
e2e/test-plan/traces/
|
|
e2e/test-plan/user-preferences/ |