uk.gov.hmrc.performance.simulation

Members list

Type members

Classlikes

trait Journey

Attributes

Supertypes
class Object
trait Matchable
class Any
case class JourneyPart(id: String, description: String)

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

A trait to setup the Journeys used in Simulation.

A trait to setup the Journeys used in Simulation.

Attributes

Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes

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 JourneySetup
class Simulation
class Object
trait Matchable
class Any
Show all