Skip to content

provision95/web-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a test automation for WEHAGO web application.

To run the project a user has to install Poetry.


Before RUN

  1. Install Allure Framwork. It can be installed using scoop package manager.

Run

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

Allure report server

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

About

Dynamic web-app testing automation using selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages