-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Adding workflow to run end to end tests #4230
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
Conversation
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.
@jaiminpanchal27 These changes look good overall. Had a question though on one point.
.circleci/config.yml
Outdated
|
||
- &run_endtoend_test | ||
name: BrowserStack End to end testing | ||
command: echo "Running end to end test using workflows" |
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.
Can you clarify how this command starts the e2e test process? I don't see the normal gulp e2e command in this file and this command appears to just print the noted text.
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.
I used echo to verify workflow. Updated the command now
…rkflow # Conflicts: # .circleci/config.yml
LGTM |
Type of change
Description of change
This PR adds a new circleci job to run end to end tests every night on master branch. Job to run unit tests remains same. I have updated the config to use circleci workflow and aliases
Why run once every night ?
Please see https://circleci.com/gh/prebid/workflows/Prebid.js for past successful runs of both jobs.