Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-8899

# Conflicts:
#	testing-modules/gatling/pom.xml
This commit is contained in:
Dhawal Kapil
2018-09-10 22:13:45 +05:30
159 changed files with 2758 additions and 1006 deletions

View File

@@ -1,2 +1,5 @@
### Relevant Articles:
- [Intro to Gatling](http://www.baeldung.com/introduction-to-gatling)
### Running a simualtion
- To run a simulation use "simulation" profile, command - `mvn install -Psimulation -Dgib.enabled=false`

View File

@@ -68,6 +68,14 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>simulation</id>
<build>
<plugins>
<plugin>
<groupId>io.gatling</groupId>
<artifactId>gatling-maven-plugin</artifactId>
@@ -86,6 +94,8 @@
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencyManagement>
<dependencies>