Skip to content

sanchos/PythonAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple framework for UI automated testing

Based on Pytest, Selenium Webdriver

Installation:

cd **to your path**
git clone https://github.com/sanchos/PythonAT.git
pip install -r requirements.txt

#run tests
pytest

#run tests with Allure
pytest --alluredir allure-results

Settings file location: config/config.py

To run your tests in Selenide cloud change: BROWSER_TYPE to 'cloud'

SELENIDE_SERVER to URL of your selenide server in format "http://0.0.0.0:4444/wd/hub"

About

Simple framework for UI automated testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages