Skip to content

aldamian/contl-automated-tests

Repository files navigation

Automated Tests for Continental hostel web app

Automated testing scripts with selenium and pytest for Continental Hotel

Generated Allure Report

Check it here -> # https://contl-allure-generated-report.netlify.app/ image image

Required installations

Python packages used

Considered Improvements

How to use

Use pytest

  • pytest -v -s CONTL_Website_Tests\CONTL_ ... - press tab for autocomplete

To generate allure reports

  • open terminal in IDE
  1. pytest -v -s --alluredir="[path]"CONTL_Website_Tests\CONTL_ ... - press tab for autocomplete [path] = Allure_Reports
  2. save report dir path, or open cmd in the directory with the report dir
  3. run command: allure serve [dir path] or allure serve [dir with report name]

About

Automated testing scripts with selenium and pytest

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages