feat: enhance Playwright E2E tests for instructor and student flows and optimize Docker build contexts.

This commit is contained in:
2026-01-26 15:24:50 -03:00
parent 7a0a42ed25
commit d3a019541d
15 changed files with 318 additions and 73 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"moduleResolution": "Node",
"strict": true,
"noImplicitAny": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"lib": [
"ESNext",
"DOM"
]
},
"include": [
"**/*.ts"
]
}