Skip to content

Instantly share code, notes, and snippets.

View yanfengliu's full-sized avatar
⌨️
Learning

Yanfeng Liu yanfengliu

⌨️
Learning
View GitHub Profile
@yanfengliu
yanfengliu / cypressNpmScripts.json
Created July 28, 2021 22:53
npm scripts for Cypress
...
"scripts": {
"start": "serve -p 5000",
"cy:run:chrome": "cypress run --browser=chrome",
"test:chrome": "start-server-and-test start http://localhost:5000 cy:run:chrome"
},
...