-
Notifications
You must be signed in to change notification settings - Fork 1
E2E tests for OIDC flow #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
dokterbob
wants to merge
20
commits into
main
Choose a base branch
from
e2e_oidc_flow
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or 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
Resolves issue where `tag="..."` on Button wasn't used, causing hydration issues (and Aria/role selector issues). The latter caused E2E test failure.
Run report for 0902383b
|
| Action | Time | Status | Info | |
|---|---|---|---|---|
| ⬛️ | SetupProto(0.53.2) |
0.1ms | Skipped | |
| 🟩 | SyncWorkspace |
8.7ms | Passed | |
| 🟩 | SyncProject(frontend) |
0.6ms | Passed | |
| 🟩 | SyncProject(backend) |
0.4ms | Passed | |
| ⬛️ | SetupToolchain(node:~24) |
2.2s | Skipped | |
| 🟩 | InstallWorkspaceDeps(node:~24) |
9.3s | Passed | |
| 🟩 | SetupToolchain(python:~3.12) |
13.4s | Passed | |
| 🟩 | InstallProjectDeps(python:~3.12, backend) |
4.1s | Passed | 2 attempts |
| 🟩 | RunTask(backend:lint) |
31.4ms | Passed | |
| 🟩 | RunTask(frontend:test) |
7.1s | Passed | |
| 🟩 | RunTask(backend:typecheck) |
2.7s | Passed | |
| 🟩 | RunTask(backend:build) |
29.7s | Passed |
Environment
OS: Linux
Matrix:
index = 1
Touched files
.github/workflows/ci.yml
apps/backend/moon.yml
apps/frontend/.gitignore
apps/frontend/e2e/.gitignore
apps/frontend/e2e/README.md
apps/frontend/e2e/auth.spec.ts
apps/frontend/e2e/backend-integration.spec.ts
apps/frontend/e2e/demo.test.ts
apps/frontend/e2e/fixtures/auth.fixture.ts
apps/frontend/e2e/fixtures/backend.fixture.ts
apps/frontend/e2e/fixtures/index.ts
apps/frontend/e2e/fixtures/pages.fixture.ts
apps/frontend/e2e/pages/base.page.ts
apps/frontend/e2e/pages/chat.page.ts
apps/frontend/e2e/pages/home.page.ts
apps/frontend/e2e/pages/index.ts
apps/frontend/e2e/pages/oidc.page.ts
apps/frontend/moon.yml
apps/frontend/package.json
apps/frontend/playwright.config.ts
pnpm-lock.yaml
Run report for 0902383b
|
| Action | Time | Status | Info | |
|---|---|---|---|---|
| ⬛️ | SetupProto(0.53.2) |
0ms | Skipped | |
| 🟩 | SyncWorkspace |
7.5ms | Passed | |
| 🟩 | SyncProject(backend) |
0.4ms | Passed | |
| 🟩 | SyncProject(frontend) |
0.8ms | Passed | |
| ⬛️ | SetupToolchain(node:~24) |
1.7s | Skipped | |
| 🟩 | InstallWorkspaceDeps(node:~24) |
7.9s | Passed | |
| 🟩 | SetupToolchain(python:~3.12) |
16.8s | Passed | |
| 🟩 | RunTask(frontend:format) |
4.4s | Passed | |
| 🟩 | RunTask(frontend:test-cov) |
14.2s | Passed | |
| 🟩 | InstallProjectDeps(python:~3.12, backend) |
5.1s | Passed | 2 attempts |
| 🟩 | RunTask(backend:lint) |
56.5ms | Passed | |
| 🟩 | RunTask(backend:format) |
27.7ms | Passed | |
| 🟩 | RunTask(frontend:lint) |
19.1s | Passed | |
| 🟩 | RunTask(backend:typecheck) |
3.2s | Passed | |
| 🟩 | RunTask(frontend:build) |
51.4s | Passed | FLAKY, 2 attempts |
| 🟩 | RunTask(backend:build) |
32.3s | Passed | |
| 🟩 | RunTask(frontend:check) |
14.3s | Passed |
Environment
OS: Linux
Matrix:
index = 0
Touched files
.github/workflows/ci.yml
apps/backend/moon.yml
apps/frontend/.gitignore
apps/frontend/e2e/.gitignore
apps/frontend/e2e/README.md
apps/frontend/e2e/auth.spec.ts
apps/frontend/e2e/backend-integration.spec.ts
apps/frontend/e2e/demo.test.ts
apps/frontend/e2e/fixtures/auth.fixture.ts
apps/frontend/e2e/fixtures/backend.fixture.ts
apps/frontend/e2e/fixtures/index.ts
apps/frontend/e2e/fixtures/pages.fixture.ts
apps/frontend/e2e/pages/base.page.ts
apps/frontend/e2e/pages/chat.page.ts
apps/frontend/e2e/pages/home.page.ts
apps/frontend/e2e/pages/index.ts
apps/frontend/e2e/pages/oidc.page.ts
apps/frontend/moon.yml
apps/frontend/package.json
apps/frontend/playwright.config.ts
pnpm-lock.yaml
Run report for 87b7a42aTotal time: 32m 50s | Comparison time: 30m 34s | Estimated loss: 2m 16s (6.9% slower)
Expanded report
Touched files |
Seems that directly running somehow didn't do setup.
Saves on download time.
9190cca to
6c35e10
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.