You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
https://devexpress.github.io/testcafe/documentation/getting-started/
test:e2e
script to package.json which runs testcafe fortests/e2e
dir (create dir as well); tests should be run against codedrumbs running atPLAYGROUND_URL
(set env var aslocalhost
in webpack.dev config)page-objects
dir intests/e2e/
, put files with selectors there (ID-s for UI controls as well as for SVG tags for main elements should be added)The text was updated successfully, but these errors were encountered: