Open christian-konrad opened 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."
A good thing we could mention for automated tests is Playwright . We use it heavily internally for cross-browser e2e tests 👍
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."