Project page: http://js-intro.burlingtoncodeacademy.com/projects/tic-tac-toe-www
-
Install static server:
npm install node-static -
Launch static server:
npx node-static -
Visit local web site:
-
MacOS:
open http://localhost:8080 -
Windows:
start http://localhost:8080
-
-
Launch Cypress:
npx cypress open -
Run tests: in Cypress window, click "Run all specs" button