uk.gov.hmrc.performance.simulation
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Used to constructs parts of a Journey as listed in journeys.conf. The JourneyPart is defined within a performance test using uk.gov.hmrc.performance.simulation.JourneySetup.setup.
Used to constructs parts of a Journey as listed in journeys.conf. The JourneyPart is defined within a performance test using uk.gov.hmrc.performance.simulation.JourneySetup.setup.
To create a JourneyPart with uk.gov.hmrc.performance.simulation.JourneySetup.setup:
setup("login", "Login") withRequests (navigateToLoginPage, submitLogin)
Value parameters
- description
-
Description of the journey part surfaced in the gatling report.
- id
-
A unique id which should match the parts listed in journeys.conf
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
A trait to setup the Journeys used in Simulation.
A trait to setup the Journeys used in Simulation.
Attributes
- Supertypes
-
trait PerftestConfigurationtrait JourneyConfigurationtrait Configurationclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait PerformanceTestRunner
Trait extending io.gatling.core.scenario.Simulation. Use within a performance test to set up Journeys and invoke runSimulation(), a method to configure the Simulation setup.
Trait extending io.gatling.core.scenario.Simulation. Use within a performance test to set up Journeys and invoke runSimulation(), a method to configure the Simulation setup.
Attributes
- Supertypes
-
trait JourneySetuptrait PerftestConfigurationtrait JourneyConfigurationtrait HttpConfigurationtrait Configurationclass Simulationclass Objecttrait Matchableclass AnyShow all