-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/ci #597
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
Feature/ci #597
Conversation
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
Signed-off-by: Praveen Asokan <Praveen.Asokan@centrica.com>
@@ -14,6 +14,11 @@ | |||
|
|||
"run_settings": { | |||
"cypress_config_file": "./cypress.config.js", | |||
"cypress_version": "12.15.0", | |||
"cache_dependencies": "true", |
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.
"cache_dependencies": "true", | |
"cache_dependencies": "true", |
"cypress_version": "12.15.0", | ||
"cache_dependencies": "true", | ||
"specs": [ | ||
"cypress/**/*.feature" |
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.
"cypress/**/*.feature" | |
"cypress/**/*.feature" |
cucumber-messages.ndjson
Outdated
@@ -0,0 +1,2 @@ | |||
{"testRunStarted":{"timestamp":{"seconds":1723452518,"nanos":607000000}}} |
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.
Remove the file and add it to .gitignore
.
cucumber-report.html
Outdated
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.
Remove the file and add it to .gitignore
.
npm_install_debug.log
Outdated
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.
Remove the file and add it to .gitignore
.
@@ -64,11 +63,9 @@ | |||
"chromatic": "6.17.3", | |||
"cypress": "12.15.0", | |||
"cypress-tags": "1.1.2", | |||
"env-cmd": "^10.1.0", |
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.
remove the package from package-lock.json
Quick description
What has been achieved in this pull request?
Related issues
Checklist before merging