install nvm
https://github.com/nvm-sh/nvm
nvm install npm
nvm install node
to install nvm
and node
append --lts
for latest LTS version
npm init
to init a package.json
npm install
to install modules according to the json
npm install cypress --save-dev
from a npm script, example: npm run cy:open
using npx: npx cypress open
https://owasp.org/www-community/attacks/xss/
<script>alert('XSS attack!');</script>
https://www.youtube.com/watch?v=EoaDgUgS6QA
https://github.com/cypress-io/cypress-example-recipes/tree/master/examples