[Gatling - 2.0.0-M3a] Nested group and result file

89 views
Skip to first unread message

Anthonny Querouil

unread,
Jan 17, 2014, 12:01:40 PM1/17/14
to gat...@googlegroups.com
Hi,

First of all, thanks for that really cool product :)

I made a simulation with 3 nested group.
But in the result folder, some files are missing, for example :

object RechercheElements {
  val scn = scenario("Recherche des elements")
    .group("Recherche des elements")(
      group("Visualisation de l'element")(
           exec(http("Chargement de la page principale")
                  .get("""/mon_url"""))
          .group("Affichage de l'onglet 1")(
                exec(http("Chargement du fragment html")
                       .get("""/mon_url""")
                       .headers(Headers.headers_7))
               .exec(http("Chargement du tableau ")
                       .get("""/mon_url""")
                       .headers(Headers.headers_9))
               .pause(1, 3)
           )
          .group("Affichage de l'onglet 2")(
               exec(http("Chargement du fragment html")
                       .get("""/mon_url""")
                       .headers(Headers.headers_7))
              .exec(http("Chargement du tableau")
                       .get("""/mon_url""")
                       .headers(Headers.headers_9))
              .pause(1, 3)
           )
      )
    )
}

A HTML page is generated for the first group level and for each exec.
There is no file for group level 2 and level 3.

Did I make a mistake ?

Thanks for your answers

Stéphane Landelle

unread,
Jan 17, 2014, 12:05:57 PM1/17/14
to gat...@googlegroups.com
Hi,

Which version did you use?
Have you tried not using apostrophes in the names?


2014/1/17 Anthonny Querouil <anthonny...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "Gatling User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gatling+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages