test(sbom-monitor): add Dragonfly user journey acceptance test#6870
Open
jacek-rzrz wants to merge 1 commit into
Open
test(sbom-monitor): add Dragonfly user journey acceptance test#6870jacek-rzrz wants to merge 1 commit into
jacek-rzrz wants to merge 1 commit into
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
f10685a to
1bb1a19
Compare
807544c to
e2d7136
Compare
e2d7136 to
69a578d
Compare
This comment has been minimized.
This comment has been minimized.
69a578d to
96680a4
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Jacek Rzeniewicz <jacek@rzrz.pl> Co-authored-by: Sara Regan <sara.regan@snyk.io> Signed-off-by: Oana Andrisoaei <oana.andrisoaei@snyk.io> Signed-off-by: Sara Regan <sara.regan@snyk.io> Co-authored-by: Oana Andrisoaei <oana.andrisoaei@snyk.io> Signed-off-by: Jacek Rzeniewicz <jacek@rzrz.pl>
96680a4 to
91c54a4
Compare
PR Reviewer Guide 🔍
|
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
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.
Adds a real-server acceptance test for the SBOM monitor Dragonfly flow (
INTERNAL_SNYK_CLI_ROLLOUT_DFLY_SBOM_MONITOR), following the same pattern as the existingsbom testreachability user journey test — no fake server, runs against the real Snyk API usingprocess.envcredentials.Also renames
all-projects.spec.ts→beta-all-projects.spec.tsto distinguish the mocked-server beta tests from this new user journey suite.Relates to OSF-422.