All projects will be using Golang Web Application as a application under test. It's a fork of application that was made by Yuta Kuroki
So before running some test projects, we need to deploy the application locally, deployment described in README. However, in some project, AUT can be running as a precondition.
- Precondition is download and install Golang
- Close AUT repository
git clone https://github.com/Asangin/go-webapp-sample.git
- cd into project and run server
cd go-webapp-sample
go run main.go
docker-compose up
mvn clean test --fail-never
mvn clean test -pl playwright-tests
mvn clean test -Dtest=MainTest -pl wiremock-tests