Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

alex-d-bondarev/easy-web-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-web-testing

This is a demo repository for Web Testing is Easy presentation

Demo simple test

Launch demo test from your favorite IDE

Demo test with cucumber

  • Install Cucumber plugin to your favorite IDE
  • Launch demo test from your favorite IDE

Demo test with containers

Important

Test Containers load browser version based on installed driver version Richard North (TestContainers creator).

Also current demo is not pulling browser images automatically. This requires deleting all related containers if test.properties were updated with new browser.name, browser.version or platform.name, like:

docker system prune -a

OR

docker container stop $(docker container ls -aq)
docker container rm $(docker container ls -aq)
docker rmi $(docker images -a -q)

OR any other suitable way of cleaning saved images. Otherwise current demo tests will fail. Adding Dockerfile or docker-compose.yml may help.

Used dependencies

About

This is a demo repository for "Web Testing is Easy" presentation

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors