Example projects for Shiplight — AI-powered browser testing.
TypeScript examples using @shiplightai/sdk for programmatic browser automation. Write scripts that drive a browser with natural language instructions, extract data, and self-heal when the UI changes.
npm install
npm run quickstartPlaywright-native YAML test examples using shiplightai. Write tests in YAML with natural language steps and run them with npx playwright test — no custom tooling needed.
cd yaml-examples
npm install
npx playwright install chromium
npx playwright testBoth example sets target the public Sauce Labs demo site — no account needed.