-
Notifications
You must be signed in to change notification settings - Fork 201
[WIP] chore: update pr workflow, dependencies for SealLight unit test integration #3166
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
Open
subhashkhileri
wants to merge
20
commits into
redhat-developer:main
Choose a base branch
from
subhashkhileri:sealight-unit-test
base: main
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 all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
d3ad818
chore: update pr workflow, dependencies for SealLight unit test integ…
subhashkhileri aa286b0
Merge pull request #1 from subhashkhileri/sealight-unit-test
subhashkhileri 35bd210
test
subhashkhileri e0ec077
chore: update pr workflow, dependencies for SealLight unit test integ…
subhashkhileri 1d19609
chore: update pr workflow, dependencies for SealLight unit test integ…
subhashkhileri 9d1c6e1
Merge pull request #2 from subhashkhileri/sealight-unit-test
subhashkhileri effdbf1
chore: update pr workflow, dependencies for SealLight unit test integ…
subhashkhileri 4b919a1
chore: update pr workflow, dependencies for SealLight unit test integ…
subhashkhileri bd6e78c
Merge pull request #3 from subhashkhileri/sealight-unit-test
subhashkhileri 0b069cb
chore: update pr workflow, dependencies for SealLight unit test integ…
subhashkhileri 8b2b4c9
Merge branch 'main' into sealight-unit-test
subhashkhileri f549f4e
Merge pull request #4 from subhashkhileri/sealight-unit-test
subhashkhileri a25c890
chore: update pr workflow, dependencies for SealLight unit test integ…
subhashkhileri c4c22fc
chore: update pr workflow, dependencies for SealLight unit test integ…
subhashkhileri 8df263f
Merge pull request #5 from subhashkhileri/sealight-unit-test-new
subhashkhileri e4b5fe8
sealights-jest-plugin and plugin scan update
subhashkhileri 82949dc
sealights-jest-plugin and plugin scan update
subhashkhileri 3703c21
sealights-jest-plugin and plugin scan update
subhashkhileri 51f755c
Sealgiht: add dynamic plugins scan update
subhashkhileri d9c398b
sealights-jest-plugin and plugin scan update
subhashkhileri 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
"copy-dynamic-plugins": "echo \"Command moved to dynamic-plugins/package.json\"", | ||
"clean": "turbo run clean", | ||
"test": "turbo run test", | ||
"test-sealights": "npx sl-jest-runner 'turbo run test' --sl-testStage='Unit Tests' --sl-tokenFile=./sltoken.txt --sl-buildSessionIdFile=./buildSessionId --copyConfigTo=packages,plugins --recursiveCopyDepth=2", | ||
"lint:check": "turbo run lint:check", | ||
"lint:fix": "turbo run lint:fix", | ||
"lint": "turbo run lint", | ||
|
@@ -43,8 +44,10 @@ | |
"@manypkg/cli": "0.24.0", | ||
"glob": "11.0.3", | ||
"husky": "8.0.3", | ||
"jest-junit": "^16.0.0", | ||
"lint-staged": "15.5.2", | ||
"node-gyp": "10.3.1", | ||
"sealights-jest-plugin": "^3.0.8", | ||
"sherif": "1.6.1", | ||
"turbo": "2.5.5" | ||
}, | ||
|
@@ -56,7 +59,19 @@ | |
"@backstage/[email protected]": "patch:@backstage/backend-dynamic-feature-service@npm%3A0.7.0#./.yarn/patches/@backstage-backend-dynamic-feature-service-npm-0.7.0-d75453687b.patch" | ||
}, | ||
"jest": { | ||
"testTimeout": 20000 | ||
"testTimeout": 20000, | ||
"reporters": [ | ||
"default", | ||
[ | ||
"jest-junit", | ||
{ | ||
"outputDirectory": "./jest-junit-results", | ||
"outputName": "junit.xml", | ||
"suiteName": "Jest Unit Tests", | ||
"includeShortConsoleOutput": true | ||
} | ||
] | ||
] | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
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.
This command ends the scan operation