-
Notifications
You must be signed in to change notification settings - Fork 0
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
SCKAN-287 Update Automated tests #366
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
3731045
SCKAN-287 fix initial issues for KS creation
SimaoBolota-MetaCell cbb8c6c
SCKAN-287 fix path builder issues
SimaoBolota-MetaCell 4c0afbb
SCKAN-287 fixes on the status changes
SimaoBolota-MetaCell dfaf87a
SCKAN-287 cleamups
SimaoBolota-MetaCell 69d0f95
SCKAN-287 ENV variables
SimaoBolota-MetaCell 861456b
fix import issue on pipeline
SimaoBolota-MetaCell 4b6f0b5
babel imports
SimaoBolota-MetaCell 36c392c
fixed import of selectors for qa pipeline
SimaoBolota-MetaCell 537c0ab
fixed import of selectors for qa pipeline
SimaoBolota-MetaCell a9b7e7a
conditional skip depending on where the URL comes from
SimaoBolota-MetaCell 1fcf7b4
debugging
SimaoBolota-MetaCell 0542046
debugging
SimaoBolota-MetaCell 209aa22
debugging
SimaoBolota-MetaCell f265e16
remove debugging code
SimaoBolota-MetaCell b97d4ae
changed test command
SimaoBolota-MetaCell 74dc8e0
npm i
SimaoBolota-MetaCell c6aff6d
revert debugging
SimaoBolota-MetaCell 5d60620
deal with sandbox issues on pipeline
SimaoBolota-MetaCell df69288
rever url
SimaoBolota-MetaCell 60d7e1e
last changes
SimaoBolota-MetaCell a6f325c
logging of the user for debug
SimaoBolota-MetaCell 1a7f3a7
wrong definition of usernanme and password
SimaoBolota-MetaCell 9c68a60
debugging
SimaoBolota-MetaCell 28591ad
SCKAN-287 requested changes
SimaoBolota-MetaCell f3b99b6
changes requested part 2
SimaoBolota-MetaCell e0dd327
needed for pipeline
SimaoBolota-MetaCell 936c980
SCKAN-287 Adding test step for Alert System
SimaoBolota-MetaCell 297e3d4
SCKAN-287 adding forward connection step
SimaoBolota-MetaCell bd41197
SCKAN-287 - Add TESTING environment configuration for database settings
D-GopalKrishna 5f19c96
revert package-lock.json
SimaoBolota-MetaCell 3647b5c
revert package-lock.json
SimaoBolota-MetaCell 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
module.exports = { | ||
verbose: true, | ||
preset: "jest-puppeteer", | ||
"testEnvironment": "jsdom" | ||
"testEnvironment": "jsdom", | ||
transform: { | ||
"^.+\\.jsx?$": "babel-jest" | ||
} | ||
|
||
}; |
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.
https://metacell.atlassian.net/browse/SCKAN-375?focusedCommentId=16635