WebDemo
WebDemo copied to clipboard
Robot Framework web testing demo using SeleniumLibrary
I had to install geckodriver in order to pass the test. It took me a while to figure that out. Being that this tutorial is for new users, that might...
Demoapp listening address chanced to more wider: localhost => 0.0.0.0 In docker container call come over ip so localhost not work. Added dockerized solution of demoapp that benefit is that...
- Migrated the project from virtualenv to Pipenv for better dependency management. - Updated README to include instructions for using Pipenv to install dependencies. - Added instructions for installing WebDriverManager...