Test Suite to test the Web Service API that is used by all Sensors (Physical and Mobile)
-
git clone the repository
-
To Run Unit and Integration test cases, please run : mvn test
-
To Run performance tests for v1.2 of the API, please run : mvn gatling:execute -Dgatling.simulationClass=unit.APISimulationV12
-
To Run performance tests for v1.3 of the API, please run : mvn gatling:execute -Dgatling.simulationClass=unit.APISimulationV13