-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Provide E2E Functionality With Playwright (BDD) And Allure Report #1668
base: main
Are you sure you want to change the base?
Conversation
…onality-and-allure_report-to-gh-actions Feature/add playwright e2e functionality and allure report to gh actions
Signed-off-by: elAlmani <[email protected]>
Signed-off-by: elAlmani <[email protected]>
Signed-off-by: elAlmani <[email protected]>
Signed-off-by: elAlmani <[email protected]>
Signed-off-by: elAlmani <[email protected]>
Feature/add features for projects
Feature/add features for projects
add permission feature
add permission feature
add permission feature
Feature/add features for projects
add permission feature
add permission feature
Feature/add features for projects
remove unused badge
* fix linting Signed-off-by: Thorben Schmitt <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Description
This PR provides further e2e-testing functionality of DependencyTrack with Playwright (BDD) and Allure Report.
The first version currently covers important use cases inside projects and tests important permissions.
Addressed Issue
--
Additional Details
Checklist
This PR fixes a defect, and I have provided tests to verify that the fix is effectiveThis PR introduces changes to the database model, and I have updated the migration changelog accordinglyThis PR introduces new or alters existing behavior, and I have updated the documentation accordingly