recorder development

Hi,

I am going to be building some dynamic scripts, I don’t want to write the whole lot by hand so looking at the recorder.

In terms of updating the recorder to provide more detailed scripts, or scripts closer to the recommended script structure, do you have any thoughts or considerations (like there are uncommitted branches that change everything so don’t work on it currently etc)?

Related, being new to scala I haven’t been able to get a working eclipse project in scala tool or similar yet with snapshot to build and run the tool from source - I have read the dev env page, any pointers apart from that?

Thanks,
Alex

Hi,

I am going to be building some dynamic scripts, I don't want to write the
whole lot by hand so looking at the recorder.

In terms of updating the recorder to provide more detailed scripts, or
scripts closer to the recommended script structure, do you have any
thoughts or considerations (like there are uncommitted branches that change
everything so don't work on it currently etc)?

No, no wip there at the moment.

The only thing I have in mind relating to generated structure is that we
could introduce an option that would automatically split into objects when
using tags.

Related, being new to scala I haven't been able to get a working eclipse
project in scala tool or similar yet with snapshot to build and run the
tool from source - I have read the dev env page, any pointers apart from
that?

Now that Gatling builds with sbt, you have to set up sbteclipse:

Just read the doc there: configure sbteclipse in your sbt install (not in
gatling project) then run sbt eclipse.

great thanks - looks like it’s working

Cool!