-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π· ci: Create CI workflow for Playwright E2E tests (#45)
* β test: Remove auth setup test * π§ chore: Create constant baseUrl, remove other browsers * π· ci: Create CI workflow for Playwright E2E tests * π· ci: Now `cd` just before running tests * π· ci: Now creates a `.env` before tests * π§ chore: Playwright now runs `turbo dev` for all apps * β test: Add test to create new user on Student * π· ci: Now runs all local DBs using Docker Compose * π· fix: Update syntax for multiple run steps in a job * β test: Add longer timeout for test * π· ci: Run Playwright E2E tests on Vercel Preview deployments * π· ci: Remove `if` check for workflow * π· ci: Remove env to allow testing on Vercel Preview deployments * π· ci: Add step to setup DB with migrations and seed data * π· ci: Now builds monorepo, generates PR comment summary * π· ci: Update logic for `JSON` reports in CI * π· ci: Hardcode `JSON` report option * π· ci: Create `JSON` test result at monorepo root * π· ci: Add `write` permission for PRs * π· ci: Add Turbo caching, remove auth token * π· ci: Update path to `HTML` report, fix PR comment typo * π· ci: Generate both `HTML` and `JSON` test results * π· ci: Consolidate tests to single workflow * π§ chore: Add Firefox and WebKit testing * π§ chore: Add branded and mobile browser testing * β°οΈ chore(student): Remove slow test timeout * β»οΈ chore: Capitalize Turbo in workflow step * π§ chore: Update reporter logic in CI and local dev
- Loading branch information
1 parent
4894596
commit 7d3cb28
Showing
5 changed files
with
100 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,3 +42,5 @@ apps/student/playwright/.auth/user.json | |
.env | ||
apps/finance/src/tests/k6/ | ||
.vercel | ||
playwright-report/ | ||
results.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters