Skip to content

qduong42/42_Bayer_Challenge_Test_Automation

Repository files navigation

Setup

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

Javascript Basic

npm init to init a package.json

npm install to install modules according to the json

Cypress Basic

npm install cypress --save-dev

To run cypress

from a npm script, example: npm run cy:open

using npx: npx cypress open

XSS

https://owasp.org/www-community/attacks/xss/

<script>alert('XSS attack!');</script>

https://www.youtube.com/watch?v=EoaDgUgS6QA

Useful link

https://github.com/cypress-io/cypress-example-recipes/tree/master/examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published