[Deprecated] 0.15.0
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.
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
- Refactor initialization methods and add wait option and arguments for… by @takahirom in #106
- Refactor console by @takahirom in #107
- Add instructions for installing apps from unidentified developers by @takahirom in #108
- Add scenario-id filter and dry-run by @takahirom in #109
- Add test for initialization methods by @takahirom in #110
- Remove confusing cleanup option by @takahirom in #111
Full Changelog: 0.14.0...0.15.0
