Skip to content

Releases: camunda-community-hub/camunda-platform-scenario

2.0.0.alpha.2

30 May 05:58
fef70f9
Compare
Choose a tag to compare
2.0.0.alpha.2 Pre-release
Pre-release
Merge pull request #85 from camunda-community-hub/bugfix/report_not_g…

…enerated_for_specific_feature

Bugfix for report not generated for specific features

2.0.0.alpha.1

16 May 15:30
Compare
Choose a tag to compare
2.0.0.alpha.1 Pre-release
Pre-release
Adapt author tags

1.1.1

04 May 18:54
0045de6
Compare
Choose a tag to compare

Fixes an issue which occurs when registering multiple call activities

1.1.0

04 May 14:11
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

This releases is validated with all released versions of Camunda from 7.0.0-Final up to 7.15.0. Aside some minor improvements, like simplified support for error handling of user tasks, it brings call activity mocking. You can now write the following code:

when(scenario.waitsAtMockedCallActivity("CallActivity")).thenReturn((callActivity)` -> 
    callActivity.complete(myVariableMap);
);

Scenario.run(scenario)
    .withMockedProcess("Child")
    .startByKey("Parent")
    .execute();

verify(scenario, times(1)).hasStarted("CallActivity");
verify(scenario, times(1)).hasFinished("CallActivity");

Have fun!

1.0.0

04 May 13:21
Compare
Choose a tag to compare

Production Release 1.0.0