Skip to content

Commit

Permalink
refactor: use relative url
Browse files Browse the repository at this point in the history
  • Loading branch information
huygur committed Dec 12, 2024
1 parent 3550ba6 commit 4724680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/modeler/web-modeler/play-your-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Play's rewind operation currently does not support the following elements:

Scenarios accelerate manual testing by providing a no-code way of quickly re-running processes while tracking your test coverage.

You can validate your process by creating and rerunning scenarios for different paths, ensuring that it continues to function as expected after any changes to your diagram. Scenarios let you replay and confirm that the process completes correctly with the pre-defined actions and variables. Although scenarios are quick to develop and use for non-developers, our [best practices](https://docs.camunda.io/docs/next/components/best-practices/development/testing-process-definitions/) suggest using specialized test libraries in your CI/CD pipeline.
You can validate your process by creating and rerunning scenarios for different paths, ensuring that it continues to function as expected after any changes to your diagram. Scenarios let you replay and confirm that the process completes correctly with the pre-defined actions and variables. Although scenarios are quick to develop and use for non-developers, our [best practices](/components/best-practices/development/testing-process-definitions) suggest using specialized test libraries in your CI/CD pipeline.

### Saving a scenario

Expand Down

0 comments on commit 4724680

Please sign in to comment.