-
Notifications
You must be signed in to change notification settings - Fork 4
test(e2e): expand e2e coverage to account-settings, consent and auto-account-creation #43
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
Closed
Closed
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
74096e2
test: consent screen tests
Kzoeps 83c2b49
tests: internal-api-feature tests
Kzoeps 84bbe7a
test: reword feature file to match existing step definitions
Kzoeps 414321c
tests: add account settings redirect steps (KAR-39)
Kzoeps 6c7a3ee
fix: clear mailpit before sending otp for clashes
Kzoeps af7c884
fix: reuse email during logged into account settings
Kzoeps 1044d27
test(e2e): stabilize account session revoke flow with behavioral veri…
Kzoeps d383ddd
feat: add email tags
Kzoeps b0d5804
remove otp config and use dynamic otp
Kzoeps 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,12 @@ | ||
| export default { | ||
| paths: ['features/passwordless-authentication.feature'], | ||
| paths: [ | ||
| 'features/passwordless-authentication.feature', | ||
| 'features/automatic-account-creation.feature', | ||
| 'features/consent-screen.feature', | ||
| 'features/account-settings.feature', | ||
| ], | ||
| import: ['e2e/step-definitions/**/*.ts', 'e2e/support/**/*.ts'], | ||
| format: ['pretty', 'html:reports/e2e.html'], | ||
| tags: 'not @manual', | ||
| tags: 'not @manual and not @docker-only and not @pending', | ||
| strict: true, | ||
| } | ||
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: hypercerts-org/ePDS
Length of output: 92
Add
internal-api.featureto the paths array.The file
features/internal-api.featureexists in the repository but is not listed in thepathsarray. If this feature file was added in this PR and is ready for testing, include it here.🤖 Prompt for AI Agents
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.
as @aspiers mentioned in one of the comments above maybe it shouldnt be tested. also i added it since it was in the initial list of feature files but maybe better to not have it since it isnt really e2e
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.