Skip to content

provision95/mobile-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a test automation for WEHAGO mobile application.

To run the project a user has to install Poetry.


Before RUN

  1. JAVA installed.
  2. npm and nodejs installed.
  3. Run Appium Desktop server.
  4. Install Allure Framwork. It can be installed using scoop package manager.
  5. Run android emulator (emulator -avd {emaltor name} or Virtual Device Manager from Android Studio).

Run

  • poetry shell - activate virtual environment.
  • poetry install - install dependencies.
  • poetry run pytest --alluredir="../allure-report" /tests/test-mobile-automation.py - run the tests. Or run from IDE run configuration with additional arguments: --alluredir="../allure-report".
  • deactivate - to deactivate virtual environment.

Allure report server

Run allure serve {path to project}/allure-report to activate allure report server.

About

project on WEHAGO mobile app testing automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages