Fork this repository to your personal account first. Running a Codespace on your fork uses your free personal quota (not the organization’s billing).
-
Log in to GitHub.
-
Fork the repository: https://github.com/Platform-OS/cdsp-test (click Fork and choose your personal account).
-
Open your Codespaces dashboard: https://github.com/codespaces
-
Click New codespace.
-
Under Repository, select your fork:
your-account/cdsp-test. -
Leave other settings as default (branch
main, machine 2-core / 8 GB RAM / 32 GB disk). -
Click Create codespace and wait a few minutes for it to build. VS Code (web) will open when ready.
-
In the VS Code terminal, run the following command:
npm run testThis runs a simple Playwright test against the preconfigured test app URL.
-
If the test passes, your Codespace is ready for the workshop.
Go to https://github.com/codespaces, find your Codespace, and click Stop or Delete to avoid consuming your free quota.