Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markuusche/mobile-ui-tool-shop-automation
🛍️ Tool Shop Automation Mobile Mode
https://github.com/markuusche/mobile-ui-tool-shop-automation
automated-testing automation mobile-emulations
Last synced: about 2 months ago
JSON representation
🛍️ Tool Shop Automation Mobile Mode
- Host: GitHub
- URL: https://github.com/markuusche/mobile-ui-tool-shop-automation
- Owner: markuusche
- Created: 2023-09-24T04:50:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T02:53:33.000Z (about 1 year ago)
- Last Synced: 2024-05-16T00:06:55.796Z (7 months ago)
- Topics: automated-testing, automation, mobile-emulations
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### What does this thing do?
-- Automates the following:
- User registration
- Verifies validation of each field.
- Verifies age if < 18.
- User Login-- Please refer to Tool Shop url:
https://practicesoftwaretesting.com/### Project Dependencies
---------------------- *`pyyaml`*
- *`pytest`*
- *`Faker`*
- *`selenium`*### Installation
---------------------
**Clone repository**
> git clone https://github.com/gloofo/Mobile-UI-Tool-Shop-Automation**Install dependencies:**
> pip install -r requirements.txtRun:
- Selects random device name if not given:
> pytest -v -rA
- Run on a specific device name:
> pytest -v -rA --device "Device Name Here"``
Note: If you ever encounter an error running the command
it means that the emulated device cannot run the script.
``\
``example error: Message: invalid argument: cannot parse capability: goog:chromeOptions or InvalidArgumentException``\
\
``to solve this, just re-run the command``