92deb689cd212677ef3282b303963e2695795969
Imhotep React + Playwright Project
This project was scaffolded with imhotep init --preset react.
Getting Started
npm install
npx playwright install
npm test
Project Structure
imhotep.config.js- Imhotep configurationtests/- Test filesfixtures/- HTML fixtures for spatial testing
Writing Tests
Use the Imhotep DSL for spatial assertions:
const ui = imhotep(page);
await ui.expect('.header').to.be.above('.content', { minGap: 16 });
Description
Languages
TypeScript
93.8%
JavaScript
3.4%
HTML
2.7%