Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelMenesesRibeiro authored Sep 23, 2018
1 parent d90ee3e commit 5df2937
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@

[3rd Year - 2nd Semester]

- Because of the way git forks private repositories and accounts for commits and contributors, severall contributors don't show in the page. (ritosilva, ruimaranhao, luiscruz and magicknot are the professors).
- Also, the commits in the contributors page don't amount to the work done, due to the fact that at the beggining of every release the group had to clone the professors' version of the previous release (so all the groups being evaluated had the same previous step).

Objective:
- Work in a big team of 7 people
- Learn how to create JMeter and JMockit tests to test a big project
- Work in a big team of 7 people
- Learn how to create JMeter and JMockit tests to test a big project



To run tests execute: mvn clean install.
To see the coverage reports, go to module_name/target/site/jacoco/index.html.
To run webservices: mvn clean spring-boot:run on module and access on http://localhost:8080/banks for example.
Expand Down

0 comments on commit 5df2937

Please sign in to comment.