A short, one-time setup so we spend workshop time writing tests — not fighting installers. Complete every step below before you arrive.
Run through these in order — each one builds on the last.
Chrome will be the browser we automate against during the workshop.
VS Code is the editor we'll write and run test scripts in.
Playwright runs on Node.js — install the LTS version, not "Current."
npm installs automatically alongside Node — confirm both are on your PATH.
Open Command Prompt (Windows) or Terminal (macOS) and run:
node -v and npm -v both workRestart your computer first — this resolves most PATH issues. Still stuck? Uninstall Node.js, download the latest LTS build, reinstall, then restart again.
This almost always means Node.js didn't install cleanly. Reinstall the latest LTS version of Node.js and try again.