Skip to content
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

added poc basic appium tests #2

Merged
merged 3 commits into from
Mar 8, 2018
Merged

added poc basic appium tests #2

merged 3 commits into from
Mar 8, 2018

Conversation

twnolan
Copy link
Owner

@twnolan twnolan commented Jan 19, 2018

Basic POC test for how appium can handle switching from a native app to a browser and back again

  • added basic working tests
  • Now two tests, one using webdriverio waits, the other implemnted with chai-as-promised transferPromisness for comparrison
  • Added page object variable to reduce repetition, separate presentation and test logic and eliminate errors in of writing long xpath selectors

To Run the tests

  1. Start the Android Emulator
  2. Edit /data/config.json to include correct details for "USER" and "ANDROID_DETAILS" sections (Android details are the details of your android emulator)
  3. npm install
  4. npm run start-appium-server
  5. npm test

Thomas Nolan added 2 commits January 23, 2018 13:02
… chai-as-promised transfer promisness for implementing checks
… chai-as-promised transfer promisness for implementing checks
@twnolan twnolan merged commit 2e784a7 into master Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant