test: verify federation keeps the AP1 contract

This commit is contained in:
donghyeon-ka
2026-07-25 16:39:01 +09:00
parent c15aeabb87
commit 49863532e1
4 changed files with 75 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"test:pattern1": "node pattern1.mjs",
"test:role-mapping": "node role-mapping.mjs"
"test:role-mapping": "node role-mapping.mjs",
"test:federation-zero-change": "node federation-zero-change.mjs"
},
"devDependencies": {
"playwright-core": "1.62.0"