Work on CORS testing and fixes. Chrome and pfSense with the DNS resolution found a problem. Should be fixed now.

This commit is contained in:
Scott Idem
2026-02-23 18:18:58 -05:00
parent 30e44a0af1
commit e57bbca33e
6 changed files with 128 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ const config: PlaywrightTestConfig = {
reporter: 'list',
use: {
baseURL: 'http://demo.localhost:5173',
// baseURL: 'https://dev-demo.oneskyit.com',
trace: 'on-first-retry'
}
};