Files
tlsn-js/.gitignore
Hendrik Eeckhaut 4cecbb5334 Use Playwright to test demos (#106)
* Run tests and demos with playwright
* ci: renamed workflow
* Improved demo readmes
* Use a separate page for each test
2025-05-28 08:50:05 +02:00

16 lines
183 B
Plaintext

node_modules/
.idea/
.DS_Store
build/
dev-build/
test-build/
./demo/node_modules
utils/tlsn
.vscode
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/