All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rythm.~e2e.html Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version

@import act.e2e.Scenario
@import act.e2e.Interaction
@args List scenarios


  
  
  @render(head)


End To End Test Result

@for(Scenario scenario: scenarios) {

@scenario.name.toUpperCase()

@if(scenario.description) {
@scenario.description
}
    @for (Interaction interaction: scenario.interactions) { @if(scenario.pass(interaction)) {
  • [pass] @interaction.description.capFirst()
  • } else {
  • [fail] @interaction.description.capFirst()
  • } }
} [email protected]()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy