Skip to content

ZhyliaievD/selene-sample-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selene+pytest+allure sample

This is a sample project to practice selenide-pytest-allure integration

How to run:

You need dependencies from requirements.txt and allure cli installed

To run tests you need run following commands:

  1. py.test --alluredir allure-report
  2. allure generate allure-report -o target

Open target/index.html in firefox to see allure report

Alternative: run 'run.py'

Additional information:

  1. To run tests in different browser set 'selene_browser_name' environmental variable (Chrome is default)
  2. To run specific story add --allure_stories='comma_separated_stories_list'
  3. To run specific priority add --allure_severities='comma_separated_severities_list'

TODO:

  • ? move verification + make common allure-step function?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages