-
Clone repo
-
Install node on host system
-
Install npm packages
npm install
- Run tests in Cypress tool and set full startpage URL
npm run test --url=<URL>
Later on, this repository will be provided as a NPM-package to use it without the need to clone the repository. To use it, run the install script.
NPM Package is not available yet!
npm install -g ncatestify-cypressio
After that, you'll be able to use this package directly from your terminal-session.
ncatestify startUrl=<URL>
This file is used to call the cypress-process and (later) automatically start the test-runs.
To use this, either install the package via NPM (in this case, it will automatically done with the install-script) or link it manually with following command.
npm run install
This will run "npm link" and create a symlink for "ncatestify".
After that, you'll be able to start the script with:
ncatestify startUrl=https://testify.team/de
https://www.youtube.com/playlist?list=PLKrKzhBjw2Y9ceCxO3ollOc4eIVPAjiHs