Initial Playwright ERP UAT VAPT test suite v2.4.1 IMAP

This commit is contained in:
A R R R Associates
2026-06-22 12:52:00 +05:30
parent 970d5df926
commit 865f19cb84
29 changed files with 26786 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module.exports = async () => {
if (global.__ERP_PROCESS__) {
try { global.__ERP_PROCESS__.kill(); } catch (_) {}
}
};