-
Notifications
You must be signed in to change notification settings - Fork 193
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
E2E Tests version 1.0 #731
Open
iwphonedo
wants to merge
18
commits into
permitio:master
Choose a base branch
from
iwphonedo:e2e-deploy
base: master
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.
Open
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
30809a7
E2E Tests version 1.0 (#2)
iwphonedo a3f892a
Refactor test scripts and improve documentation comments
iwphonedo ed3c033
Refactor service configurations and update container dependencies
iwphonedo 59b3404
Add end-to-end tests to GitHub Actions workflow
iwphonedo 58ada4a
Refactor log waiting mechanism to use threading for improved performa…
ariWeinberg 2c978f6
Refactor PostgresBroadcastContainer usage in tests for improved clari…
ariWeinberg d8a8edf
Fix sleep duration in GitHub Actions and adjust context path in Docke…
ariWeinberg 7da2b5f
Update e2e_tests workflow to change directory command and add listing…
ariWeinberg a52803d
Refactor e2e_tests workflow to streamline directory navigation and im…
ariWeinberg c247d85
Update e2e_tests workflow to trigger on master branch for improved te…
ariWeinberg f7c4b62
Remove redundant e2e tests step in workflow for cleaner execution
ariWeinberg d3b782f
Add newline at end of run.sh execution in tests workflow for consistency
ariWeinberg 81f6a5d
Remove trailing newline at end of run.sh execution in tests workflow
ariWeinberg 862f857
Remove unused debugpy import from api.py
iwphonedo 8d90371
Rename workflow to 'E2E Tests' and add trigger for completed 'Tests' …
iwphonedo 6694f51
Refactor start.sh to remove sleep and debugpy execution, streamline g…
ariWeinberg 8d3b000
Fix Dockerfile paths to use relative references for consistency
ariWeinberg 71f2b35
Update Dockerfile to use relative path for wait-for.sh and remove unu…
ariWeinberg 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 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
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
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.
Better to use
pathlib
instead, as its clearer and more modern