intellitester 0.2.59 → 0.2.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-FICSJDDO.js → chunk-FVKLKFBQ.js} +4 -3
- package/dist/chunk-FVKLKFBQ.js.map +1 -0
- package/dist/{chunk-QD675U7P.cjs → chunk-NHMBYH4M.cjs} +4 -3
- package/dist/chunk-NHMBYH4M.cjs.map +1 -0
- package/dist/cli/index.cjs +19 -19
- package/dist/cli/index.js +1 -1
- package/dist/index.cjs +11 -11
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-FICSJDDO.js.map +0 -1
- package/dist/chunk-QD675U7P.cjs.map +0 -1
|
@@ -1345,7 +1345,8 @@ var WebServerManager = class _WebServerManager {
|
|
|
1345
1345
|
if (!reuseExistingServer) {
|
|
1346
1346
|
throw new Error(`Port ${new URL(url).port} is already in use by another process`);
|
|
1347
1347
|
}
|
|
1348
|
-
console.
|
|
1348
|
+
console.log(`Reusing existing server at ${url}`);
|
|
1349
|
+
return null;
|
|
1349
1350
|
}
|
|
1350
1351
|
let command;
|
|
1351
1352
|
if (config.command) {
|
|
@@ -3797,5 +3798,5 @@ Collected ${serverResources.length} server-tracked resources`);
|
|
|
3797
3798
|
}
|
|
3798
3799
|
|
|
3799
3800
|
export { createAIProvider, createTestContext, generateFillerText, generateRandomEmail, generateRandomPhone, generateRandomPhoto, generateRandomUsername, getBrowserLaunchOptions, initFileTracking, interpolateVariables, mergeFileTrackedResources, parseViewportSize, runWebTest, runWorkflow, runWorkflowWithContext, setupAppwriteTracking, startTrackingServer, webServerManager };
|
|
3800
|
-
//# sourceMappingURL=chunk-
|
|
3801
|
-
//# sourceMappingURL=chunk-
|
|
3801
|
+
//# sourceMappingURL=chunk-FVKLKFBQ.js.map
|
|
3802
|
+
//# sourceMappingURL=chunk-FVKLKFBQ.js.map
|