-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fix #2714 - Start demo server before running integration tests #3298
Fix #2714 - Start demo server before running integration tests #3298
Conversation
- Use port 3001 instead of 300 to not conflict with the demo
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 is great!
We can also remove the hacky server starts in the linux and mac integration tests jobs, reducing CI time by ~10 seconds:
Lines 103 to 106 in 26cda84
- script: | | |
yarn start & | |
sleep 10 | |
displayName: 'Start test server' |
Okay, that makes sense, should the integration tests start running on windows as well, then?
|
It would be good to run windows too, I forgot why they were disabled though. Can try enable in a separate pr and see what happens? |
This is ready to review. Also I opened #3299 the tests ssem to be running okay on windows. |
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.
🎉
Fixes #2714