Table of Contents
This is a solo project created during my studies at Codecool. It contains tests that verify the proper functioning of different features of the web application called Gymware. The system under test was created by the school's PHP developer students.
Automated tests:
- Login
- Appointment booking
Before we begin, you'll need the following:
- Java SE
- Maven - version 3.3.1 or higher
- IntelliJ IDEA
- IntelliJ IDEA Cucumber for Java plugin
- Docker
Now we will get everything ready for testing.
-
Run the SUT in Docker based on the Documentation
-
Clone the repo
git clone https://github.com/CodecoolGlobal/testing-good-behavior-general-RobiPasztor.git
-
Open with IntelliJ IDEA
idea pom.xml
-
Create a customized
.envfile based on the.env.exampleEMAIL=myUser123@email.com NAME=myUserName PASSWORD=mySecretPassword!
You can run the tests with different methods
-
Type in the terminal to run all tests:
mvn test
- Right-click on a
TestRunnerfile - Select Run 'TestRunner' :
Róbert Pásztor - robipasztor82@gmail.com
