-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Headless test runner #362
Headless test runner #362
Conversation
c7775e6
to
a31438c
Compare
Is this new option compatible with other |
@MaxDesiatov I made it as a new flag instead of a |
That makes sense, thanks! |
Co-authored-by: Max Desiatov <max@desiatov.com>
Co-authored-by: Max Desiatov <max@desiatov.com>
….swift Co-authored-by: Max Desiatov <max@desiatov.com>
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.
Great work, thanks! 👏
Motivation
carton test --environment defaultBrowser
only works on macOS or X Window systems, so tests using browser APIs cannot be run on CI easily. Add a headless test runner based on WebDriver.Changed
WebDriverClient
module, which is a thin client of W3C WebDriver: https://w3c.github.io/webdriver/--headless
option tocarton test