Skip to content

Training360/selenium-py-peldatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Practice Application

This application was created and is shared only to support Training 360 Kft Selenium workshops

How to run

This is a simple web application. Theoratically it can run in your browser without a web server, but it is more practical and safe to run a web server on your machine.

If the application runs properly you are greeted with a home page:

assets/home.png

Pure docker container

cd into the directory there you checked out the code.

$ docker build -t t360/selenium-practice .
$ docker run -p '9999:80' t360/selenium-practice 

Docker compose way

cd into the directory there you checked out the code.

$ docker-compose up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published