You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Pull Requests submitted by non-contributors fail on CI because the integration tests fail. This is because Travis does not provide environment variable to outsiders' Pull Requests for safety reasons, and so the tests cannot log in to BrowserStack.
The testing logic can be updated to run integration tests for contributors, and just headless tests on chrome for others.
Currently, Pull Requests submitted by non-contributors fail on CI because the integration tests fail. This is because Travis does not provide environment variable to outsiders' Pull Requests for safety reasons, and so the tests cannot log in to BrowserStack.
The testing logic can be updated to run integration tests for contributors, and just headless tests on chrome for others.
See here for an example of this.
The text was updated successfully, but these errors were encountered: