Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinschneider/carousell
Simple test for the Carousell Android app using Appium (with TestNG, Selenide and AssertJ)
https://github.com/martinschneider/carousell
Last synced: 25 days ago
JSON representation
Simple test for the Carousell Android app using Appium (with TestNG, Selenide and AssertJ)
- Host: GitHub
- URL: https://github.com/martinschneider/carousell
- Owner: martinschneider
- Created: 2017-11-28T20:12:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T03:33:35.000Z (about 7 years ago)
- Last Synced: 2024-11-08T12:04:34.354Z (3 months ago)
- Language: Java
- Homepage:
- Size: 6.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple test for the Carousell Android app using Appium (with TestNG, Selenide and AssertJ) #
## Quickstart ##
You can build and run the project using Maven. Carousell login details need to be passed as system properties:
mvn clean test -Dusername=abc -Dpassword=xxx
The main test is implemented in `at.mschneider.appium.tests.OfferTest`.
## Contact ##
[email protected]