You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will cause the project build to look successful, rather than fail, even if there are Gatling test failures. This can be useful on a continuous integration server, if your only option to be able to collect output files, is if the project builds successfully.
false
true
Ivy Configurations
name
description
extends
visibility
deprecated
default
runtime dependencies artifact can be used with this conf
[]
public
test
this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases.
[]
private
provided
this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive.