0

Is there a way I can download specific version of serenity-cli jar.

senario: I want to use the specific version of old jar of cli, where do I mention the version of the jar in the package.json .

TIA

1 Answers1

0

To see the command line options of serenity-bdd update command run:

./node_modules/.bin/serenity-bdd --help update

To use a specific version of the jar, run:

serenity-bdd update --artifact net.serenity-bdd:serenity-cli:jar:all:2.1.12
Jan Molak
  • 4,426
  • 2
  • 36
  • 32