-
-
Notifications
You must be signed in to change notification settings - Fork 652
Migrate e2e tests to use backend instead of mock data #3591
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
Merged
Merged
Changes from 40 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
d972160
Add playwright ui for debugging
ahmedxgouda 3506056
Fix e2e tests communication
ahmedxgouda 2a30c68
Migrate ProjectDetails, About and update Makefile
ahmedxgouda 8123029
Update CI/CD
ahmedxgouda a2181ae
Apply check-spelling
ahmedxgouda e49822f
Skip sonar
ahmedxgouda 80ae01f
Add dayjs
ahmedxgouda a898168
Use Dockerfile instead of Dockerfile.e2e
ahmedxgouda 458e7c9
Update CI/CD
ahmedxgouda b712f3c
Update tests
ahmedxgouda 362685a
Fix cspell and codeql
ahmedxgouda 6fa40c9
Update code
ahmedxgouda 3992db1
Run checks
ahmedxgouda 1b78068
Update code
ahmedxgouda da945f5
Update code and tests
ahmedxgouda 7382d7a
Update docs
ahmedxgouda cb36a6d
Update docs
ahmedxgouda 7967a8d
Update config
ahmedxgouda 9e96137
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda 3b6b75d
Test with one worker
ahmedxgouda ede87ea
Revert "Test with one worker"
ahmedxgouda 219da29
Update code
ahmedxgouda d555e15
Try csrf_exempt
ahmedxgouda cf39763
Revert "Try csrf_exempt"
ahmedxgouda 45a40c0
Update envs
ahmedxgouda 4b98d10
Update workers
ahmedxgouda bec8e54
Update workers
ahmedxgouda a9b1c7d
Update code and tests
ahmedxgouda 5771f57
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda 0ebd1a0
Skip sonar
ahmedxgouda 12fcf23
Update code
ahmedxgouda a427697
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda d6d72ed
Apply sonar suggestions and update tests and config
ahmedxgouda 56e0c35
Make tests parallel
ahmedxgouda ef5d754
Apply rabbit suggestion
ahmedxgouda 34f42dc
Apply rabbit suggestions
ahmedxgouda 2ac3a6d
Update code
arkid15r 8495de8
Apply suggestions and fix dockerignore
ahmedxgouda 65a24f5
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda be885e1
Update UserDetails Test
ahmedxgouda 647f0a4
Run checks
ahmedxgouda e9cb768
Update code
ahmedxgouda 4842512
Update tests
ahmedxgouda 3110ebc
Update envs
ahmedxgouda e014056
Update run-ci-cd
ahmedxgouda e930b23
Update run-ci-cd
ahmedxgouda 3ad7b02
Reorder build-args in CI/CD
ahmedxgouda 6be04cb
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda 0931b22
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda 166059c
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda 2125d16
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda 247c5a2
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda 91afdd5
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda 8b4565b
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda 8c0fbb0
Run checks
ahmedxgouda 9a2f6ce
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda 9e8094c
Merge branch 'main' into e2e/migrate-e2e-tests
ahmedxgouda c1af227
Merge branch 'main' into pr/ahmedxgouda/3591
arkid15r 54a4f43
Update code
arkid15r ba25c0d
Merge branch 'main' into e2e/migrate-e2e-tests
arkid15r File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| .ash_history | ||
| .bash_history | ||
| .cache | ||
| .dockerignore | ||
| .git | ||
| .gitignore | ||
| .local | ||
| .next | ||
| .pnpm-store | ||
| .pytest_cache | ||
| .ruff_cache | ||
| .venv | ||
| .vscode | ||
| *.log | ||
| *.pem | ||
| **/__pycache__ | ||
| backend/staticfiles | ||
| build | ||
| coverage | ||
| dist | ||
| docker | ||
| Dockerfile.* | ||
| node_modules | ||
| **/node_modules | ||
| npm-debug.log | ||
| venv |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| NEXTAUTH_SECRET=<your-nextauth-secret> | ||
| NEXTAUTH_SECRET=secret3234 | ||
| NEXTAUTH_URL=http://localhost:3000/ | ||
| NEXT_PUBLIC_API_URL=http://localhost:9000/ | ||
| NEXT_PUBLIC_CSRF_URL=http://localhost:9000/csrf/ | ||
| NEXT_PUBLIC_ENVIRONMENT=local | ||
| NEXT_PUBLIC_GRAPHQL_URL=http://localhost:9000/graphql/ | ||
| NEXT_PUBLIC_API_URL=/ | ||
| NEXT_PUBLIC_CSRF_URL=/csrf/ | ||
| NEXT_PUBLIC_ENVIRONMENT=production | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This doesn't look right. |
||
| NEXT_PUBLIC_GRAPHQL_URL=/graphql/ | ||
| NEXT_PUBLIC_GTM_ID= | ||
| NEXT_PUBLIC_IDX_URL=http://localhost:9000/idx/ | ||
| NEXT_PUBLIC_IS_PROJECT_HEALTH_ENABLED=true | ||
| NEXT_PUBLIC_RELEASE_VERSION= | ||
| NEXT_PUBLIC_SENTRY_DSN= | ||
| NEXT_SERVER_CSRF_URL=http://localhost:9000/csrf/ | ||
| NEXT_SERVER_DISABLE_SSR=false | ||
| NEXT_SERVER_GITHUB_CLIENT_ID=your-github-client-id | ||
| NEXT_SERVER_GITHUB_CLIENT_SECRET=your-github-client-secret | ||
| NEXT_SERVER_GITHUB_CLIENT_ID=retye6y6 | ||
| NEXT_SERVER_GITHUB_CLIENT_SECRET=tyurtyu5 | ||
| NEXT_SERVER_GRAPHQL_URL=http://localhost:9000/graphql/ | ||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering what's your approach for finding a good spot for a new arg/param