Closed elliot-tio closed 6 years ago
Testcafe is up and running.
Website loading takes approximately 18 seconds
@elliot-tio don't forget that we need to run e2e tests against a built version. So, you need to run the build script during CI and run the built version.
@kvagajack yes, sorry I've already addressed that issue. Wasn't sure if I should edit the original post or leave a reply. I will edit the original post.
Closing this issue since we have decided to use Cypress.
For #1012
WIP - Integrating TestCafe into project.
Notes:
/*eslint-disable*/
and/*eslint-enable*/
around testsEdit:
To run e2e tests locally:
npm run e2e
yarn run testcafe
. This will run the build script, runnpm run start
in the background, then run the testcafe tests. Don't forget to kill the background node process if you wish to rundonejs develop
after. This can be easily done withps -ef | grep node
and thenkill
ing the node processes via their PID.Notes*:
localhost
as well.