-
Notifications
You must be signed in to change notification settings - Fork 142
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
Improvement/selenium js set up #620
Conversation
Fixed eachP which wasn’t working
# Conflicts: # package-lock.json # package.json
Travis automatic deployment: https://staging-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://release-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://staging-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://staging-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://release-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://staging-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://release-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://staging-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://release-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://620-pr-onfido-sdk-ui-onfido.surge.sh |
Consistent indentation in util file Renamed copy to string for more familiar international speakers
1b4afef
to
9bb9fe3
Compare
Travis automatic deployment: https://staging-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://release-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://staging-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://release-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://staging-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://release-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://staging-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://release-620-pr-onfido-sdk-ui-onfido.surge.sh |
Travis automatic deployment: https://620-pr-onfido-sdk-ui-onfido.surge.sh |
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.
Looks good to me. Do we need to add an internal note in the changelog?
I don't think so. it's not in the sdk codebase. |
Problem
The ruby test stack (after much trying) does not allow us to upload file to IE11 on browserstack.
Also it's a very inflexible stack, since it's based on a library which was designed for particular cases (monster)
Solution
Create a new stack based in JS (since it's the main language of the project), that allow us to define tests and the browsers (local or remote) that will run those tests.
The approach was also to start small for now (only one test case with file upload)
Technical considerations
2.1. Babel auto await was added to simplify the test case code
Checklist
put
n/a
if item is not relevant to PR changes