Commit 5763409
Fix WebKit, Docker REST tests, and BDD faker config for ESM
WebKit security blocks 0.0.0.0 URLs - use 127.0.0.1 for webkit tests.
Docker test-rest was missing node_modules after volume mount.
BDD faker config still used CommonJS require/module.exports.
Changes:
- .github/workflows/playwright.yml: Set localhost URLs for webkit tests
- test/docker-compose.yml: Add node_modules anonymous volume
- test/bdd/codecept.faker.js: Convert to ESM (import/export)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 91ac5eb commit 5763409
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments