Skip to content

mauriciochaves/python_workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and Usage

Installation

pip install -r requirements.txt

Comand lines

Windows (PowerShell)

1. Set-ExecutionPolicy RemoteSigned -scope CurrentUser
2. Type in "Y" and click on "ENTER"
3. iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
4. scoop install allure

Linux (Ubuntu)

sudo apt-get install allure

Usage

Run Tests

behave -f allure_behave.formatter:AllureFormatter -o allure-results ./features

Server

allure serve allure-results

HTML file

Open html file in allure-html\index.html with Firefox or Edge

Open with Chrome follow the orientation How to launch html using Chrome at “--allow-file-access-from-files” mode?

About

framework de python para automação de testes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published