https://devexpress.github.io/testcafe/documentation/getting-started/
- add
test:e2e script to package.json which runs testcafe for tests/e2e dir (create dir as well); tests should be run against codedrumbs running at PLAYGROUND_URL (set env var as localhost in webpack.dev config)
- add
page-objects dir in tests/e2e/, put files with selectors there (ID-s for UI controls as well as for SVG tags for main elements should be added)
- cover basic user flows with tests - change UI configurations and verify if correct diagram is being rendered
https://devexpress.github.io/testcafe/documentation/getting-started/
test:e2escript to package.json which runs testcafe fortests/e2edir (create dir as well); tests should be run against codedrumbs running atPLAYGROUND_URL(set env var aslocalhostin webpack.dev config)page-objectsdir intests/e2e/, put files with selectors there (ID-s for UI controls as well as for SVG tags for main elements should be added)