-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add selenium / system_test #4679
Conversation
This file from Funding Mentors adds in mock OAuth https://github.com/DFE-Digital/itt-mentor-services/blob/main/spec/support/dfe_sign_in_user_helper.rb |
Nice one, thanks! I didn't understand how the OmniAuth mock was supposed to be used 👍 |
69e837f
to
fd352df
Compare
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.
Beautiful! 🚀
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.
🚀
a2e5f47
to
b0e949c
Compare
Setup system test drivers - default to rack-test - set rspec meta :js for headless javascript tests - set rspec meta :js_browser for browser launch
b0e949c
to
2091ff3
Compare
Context
Issues
Cannot yet run javascript tests in CI. Have not yet figured out how the chromedriver gets automatically installed by Selenium Manager.
Changes proposed in this pull request
Guidance to review
How can we get js tests running in CI?