Skip to content

Commit

Permalink
running gatling scala simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed Apr 3, 2021
1 parent 108c49e commit 1c9d764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<version>${gatling.plugin.version}</version>
<configuration>
<simulationsFolder>src/test/scala</simulationsFolder>
<runMultipleSimulations>true</runMultipleSimulations>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 2 additions & 0 deletions src/test/scala/org/znsio/perfiz/PerfizConfiguration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class PerfizConfiguration {
var karateFeatures: List[KarateFeature] = new ArrayList[KarateFeature]()
@BeanProperty
var karateFeaturesDir: String = _
@BeanProperty
var gatlingSimulationsDir: String = _
}

class KarateFeature {
Expand Down

0 comments on commit 1c9d764

Please sign in to comment.