Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法可以下载特定版本的 serenity-cli jar。
senario:我想使用cli的旧jar的特定版本,我在哪里提到package.json中的jar版本。
TIA
要查看命令运行的命令行选项serenity-bdd update:
serenity-bdd update
./node_modules/.bin/serenity-bdd --help update
要使用特定版本的 jar,请运行:
serenity-bdd update --artifact net.serenity-bdd:serenity-cli:jar:all:2.1.12