camunda / camunda-docs

Camunda 8 Documentation, including all components and features
https://docs.camunda.io/
Other
54 stars 186 forks source link

Document how developers can write automated tests for form.js #2804

Open christian-konrad opened 1 year ago

christian-konrad commented 1 year ago

A customer on the release webinar asked

"How can I create automated test for the forms created with forms.js? Especially the complex expressions? "

We should have a page that describes it:

"Developers can utilize our open source ecosystem and use libraries like feelin (https://github.com/nikku/feelin) to validate FEEL expressions, or the form playground (https://github.com/bpmn-io/form-js/tree/develop/packages/form-js-playground) or viewer (https://github.com/bpmn-io/form-js/tree/develop/packages/form-js-viewer) together with libraries like selenium to run fully automated tests of forms."

pinussilvestrus commented 1 year ago

A good thing we could mention for automated tests is Playwright . We use it heavily internally for cross-browser e2e tests 👍