Skip to content

Commit

Permalink
Extract E2E Tests (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuc committed Aug 24, 2023
1 parent e8be03c commit 7371982
Show file tree
Hide file tree
Showing 220 changed files with 15 additions and 13,468 deletions.
2 changes: 0 additions & 2 deletions .github/labeler.yml
Expand Up @@ -85,8 +85,6 @@
"C: tests 🧪":
- .storybook/*
- storybook-static/*
- packages/e2e-tests/*
- packages/e2e-tests/**/*
- packages/storybook/*
- packages/storybook/**/*
- jest.config.ts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-cache-warmup.yml
Expand Up @@ -31,5 +31,5 @@ jobs:
with:
cafe_repo_branch: DEV
barista_repo_branch: master
e2e_tests_repo_branch: master
e2e_tests_repo_branch: MAIN
skip_tests: true
3 changes: 1 addition & 2 deletions .github/workflows/e2e-checks.yml
Expand Up @@ -53,7 +53,6 @@ jobs:
name: Run tests
uses: eventespresso/actions/packages/e2e-tests@main
with:
# TODO: once e2e-tests package is extracted, update this
cafe_repo_branch: DEV
barista_repo_branch: ${{ steps.get-branch.outputs.branch }}
e2e_tests_repo_branch: master
e2e_tests_repo_branch: MAIN
1 change: 0 additions & 1 deletion domains/core/admin/eventEditor/README.md
Expand Up @@ -71,4 +71,3 @@ We use the same Relations Manager to manage the state for Ticket Assignment Mana

- [Addons integration](../../../../docs/addons.md)
- [Data layer](../../../../docs/data.md)
- [EDTR E2E tests](../../../../packages/e2e-tests/utils/admin/event-editor/README.md)
8 changes: 0 additions & 8 deletions e2e-tests/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions e2e-tests/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions e2e-tests/constants.ts

This file was deleted.

208 changes: 0 additions & 208 deletions e2e-tests/database/Client.ts

This file was deleted.

57 changes: 0 additions & 57 deletions e2e-tests/database/Event.ts

This file was deleted.

12 changes: 0 additions & 12 deletions e2e-tests/database/Factory.ts

This file was deleted.

0 comments on commit 7371982

Please sign in to comment.