Skip to content

a-castellano/Bone-Shaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bone Shaker

Requirements

Install Selenium's Python Module

sudo apt-get install python3-selenium

Testing with Selenium

Run selenium

docker run -d -p 4444:4444 --name selenium-hub selenium/hub
docker run -d --link selenium-hub:hub selenium/node-chrome
docker run -d --link selenium-hub:hub selenium/node-firefox

Run test script

cd Examples/  && python3 softwaretester_example.py

Testing Magento2 using Chrome

Run test script

cd magento2.windmaker.net && python3 test.py
/usr/lib/python3/dist-packages/selenium/webdriver/chrome/webdriver.py:50: DeprecationWarning: use options instead of chrome_options
  warnings.warn('use options instead of chrome_options', DeprecationWarning)
.
----------------------------------------------------------------------
Ran 1 test in 36.513s

OK

About

Selenium scripts for web testing automation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages