Skip to content

victory-sokolov/selenium-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Boilerplate for automation

Installation

Cookiecutter allows interactively to set up your project

pip3 install cookiecutter
cookiecutter https://github.com/victory-sokolov/selenium-boilerplate.git

Build single executable file

pyinstaller main.py -F --onefile -n <FileName>

Create executable using Make

make compile file="main.py" name="OutputFile"

About

Selenium starter for web automation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published