BAEL-5990 Added JMeter-Dashboard profile to isolate (#13435)
* BAEL-5990 is implemented to generate JMeter dashboard reports * BAEL-5990 made a fix to use Random nextInt() method with single arg * BAEL-5990 updated code to use Arrays.asList rather than List.of * BAEL-5990 Replaced tabs with space * BAEL-5990 Removed unnecessary exception in the method declaration * BAEL-5990 Updated class name * BAEL-5990 Added JMeterDashboard profile to exclude DashboardApplication scan in other cases
This commit is contained in:
@@ -104,6 +104,11 @@
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<profiles>
|
||||
<profile>JMeter-Dashboard</profile>
|
||||
</profiles>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.lazerycode.jmeter</groupId>
|
||||
|
||||
Reference in New Issue
Block a user