https://github.com/applitools/eyes-android-hello-world
An Android application for Applitools Eyes' ״Getting Started״ tutorial
https://github.com/applitools/eyes-android-hello-world
Last synced: about 1 year ago
JSON representation
An Android application for Applitools Eyes' ״Getting Started״ tutorial
- Host: GitHub
- URL: https://github.com/applitools/eyes-android-hello-world
- Owner: applitools
- License: other
- Created: 2018-02-13T12:44:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T01:43:06.000Z (over 1 year ago)
- Last Synced: 2025-03-28T19:38:05.448Z (about 1 year ago)
- Language: Java
- Size: 293 KB
- Stars: 1
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eyes Android Espresso Demo application
Android demo application for Eyes Espresso
## Run the demo
- Clone repository.
- Open **ExampleInstrumentedTest** class and set your **APPLITOOLS_API_KEY** to the ***eyes.setApiKey("YOUR_API_KEY")***.
You can find your API key under the user menu located at the right hand side of the test manager toolbar.
If you don't yet have an account [create it now](https://applitools.com/users/register) to obtain your key.
- Run the test by clicking on the Run button to the left from **simpleTest()** method.