This web application serves as a platform for cooperative testing.
Companies can create some tests here and let users work on them.
Users can perform tests according to test scenarios and then enter test results.
As a result of these tests, users will be paid in the form of credits earned by the company for the test on their account.
There are also reviews of users, tests and companies.
-
Start Docker
-
Set shared drive for Docker Hyper-V
- go to Docker > Settings > Shared Drives
- check drive with your project files
-
Build Maven project (Execute Maven Goal)
- With tests
mvn package
- Without tests
mvn -Dmaven.test.skip=true package
- With tests
-
In terminal run
docker-compose up -d --build
- Go to localhost:8080
-
Docker image at hub.docker.com/r/mioogbeni/testcrowd-docker
-
Live demo at testcrowd-app.westeurope.cloudapp.azure.com
- Bc. Tomáš Novák ([email protected])
- Bc. Libor Plíšek ([email protected])