Skip to content

[Deprecated] 0.15.0

Choose a tag to compare

@takahirom takahirom released this 26 Jan 08:15
· 964 commits to main since this release
f4fb567

In version 0.15.0, log files may contain an API key. We are actively addressing this issue.

UI Updates

We have several updates to the UI:

  • Added launch app arguments
  • Added a console for debugging

The scenario.cleanupData parameter in YAML is no longer used (though it currently does not cause errors). You can use the initialization methods instead.

image

CLI Updates

You can now use --scenario-id=foo to filter scenarios. You can also specify multiple scenarios using --scenario-id=foo,bar or --scenario-id=foo --scenario-id=bar.
Use --dry-run to preview which scenarios will run. This is particularly useful with the --shard option, as it might otherwise be difficult to determine target scenarios. (This is also used in Arbigent tests)

What's Changed

Full Changelog: 0.14.0...0.15.0