https://github.com/fvaldivian/acme_explorer
http://localhost:8080/api-docs/
cp .env.example .env.dev
docker-compose --env-file .env.dev up --build
docker-compose --env-file .env.dev down
node .\massiveLoad\0-generate.js
This will create these files, please check they are not empty:
./massiveLoad/1-actors.json
./massiveLoad/2-trips.json
./massiveLoad/3-applications.json
./massiveLoad/4-finders.json
npm run test
https://gatling.io/open-source/start-testing/
C:\gatling\bin
GATLING_HOME = C:\gatling
%GATLING_HOME%\bin
gatling --run-description AcmeExplorerTest --simulations-folder %TESTS_FOLDER%simulations --resources-folder %TESTS_FOLDER%resources --results-folder %TESTS_FOLDER%results
- The terminal will ask for an optional run description.