1
0
forked from baron/baron-sso

refresh_token 통합 테스트 실행 경로 정리

This commit is contained in:
2026-06-12 19:52:55 +09:00
parent ec55d4847e
commit e365c97dc0
6 changed files with 188 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ const baseURL = process.env.PLAYWRIGHT_BASE_URL || "http://127.0.0.1:4174";
*/
export default defineConfig({
testDir: "./tests",
testIgnore: ["**/devfront-refresh-token.spec.ts"],
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */