This is your starting repository for the workshop!
Homebrew - https://brew.sh/
Yarn - brew install yarn
Node - brew install node
Run these commands:
yarn install
yarn playwright install
yarn test will run your tests in a Chromium browser as specified in the package.json script
yarn playwright test will run your tests in all browsers
You can create new scripts in the package.json file.