Skip to content

kruczyna/behave_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Requirements- Linux (Chrome):

  1. Python3
  2. Chrome browser

Fetch code

git clone git@github.com:kruczyna/behaveLearning.git

Configuration- behave.ini

  1. main_url- main page url (test assumes start in /console/mappings)

Running tests

  • execute always in features directory (same level as requirements.txt and chromedriver_update.sh are)
  1. one feature:
  • behave -i [name].feature
  1. all features, alphabetical order:
  • behave

Configuration: .feature files

  • all string enclosed in double quotes are step parameters and can be changed
  • WARNING: some of them are selectors, change with caution

About

This is a repo for Behave learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published