Skip to content
#

loadtesting

Here are 38 public repositories matching this topic...

anasmi
anasmi commented Oct 12, 2019

It would be nice to pass multiple actions to a checkIf method , the same way as a check allows through the comma.

So, for example, instead of writing this:

.check(
   checkIf("${first.exists()}")(do_first),
   checkIf("$first.exists()}")(do_second), 
   checkIf("${first.exists()}")do_third)

it would be nice to have API as follows:

check(checkIf("${first.exists()}")(do

Improve this page

Add a description, image, and links to the loadtesting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the loadtesting topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.