@empiricalrun/test-run 0.7.4 → 0.7.6
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @empiricalrun/test-run
|
|
2
2
|
|
|
3
|
+
## 0.7.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d04190f: fix: remove process.on listeners to avoid leaks
|
|
8
|
+
|
|
9
|
+
## 0.7.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- c907653: fix: Remove deprecated lodash.isequal in favor of node:util.isDeepStrictEqual
|
|
14
|
+
|
|
3
15
|
## 0.7.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import { TestRunParameters } from "../types";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
* @export
|
|
5
|
-
* @param {TestRunParameters} { name, dir, pwOptions }
|
|
6
|
-
*/
|
|
7
2
|
export declare function runSpecificTests({ tests, projects, pwOptions, platform, }: TestRunParameters): Promise<{
|
|
8
3
|
hasTestPassed: boolean;
|
|
9
4
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run-specific-test.d.ts","sourceRoot":"","sources":["../../src/lib/run-specific-test.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"run-specific-test.d.ts","sourceRoot":"","sources":["../../src/lib/run-specific-test.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAoB7C,wBAAsB,gBAAgB,CAAC,EACrC,KAAU,EACV,QAAQ,EACR,SAAS,EACT,QAAQ,GACT,EAAE,iBAAiB,GAAG,OAAO,CAAC;IAC7B,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC,CAuFD"}
|
|
@@ -7,11 +7,13 @@ exports.runSpecificTests = void 0;
|
|
|
7
7
|
const fs_1 = require("fs");
|
|
8
8
|
const promises_1 = __importDefault(require("fs/promises"));
|
|
9
9
|
const utils_1 = require("../utils");
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
function setupProcessListeners(cleanup) {
|
|
11
|
+
const events = ["beforeExit", "exit", "SIGINT", "SIGTERM"];
|
|
12
|
+
events.forEach((event) => process.on(event, cleanup));
|
|
13
|
+
return () => {
|
|
14
|
+
events.forEach((event) => process.removeListener(event, cleanup));
|
|
15
|
+
};
|
|
16
|
+
}
|
|
15
17
|
async function runSpecificTests({ tests = [], projects, pwOptions, platform, }) {
|
|
16
18
|
if (!tests || tests.length === 0) {
|
|
17
19
|
throw new Error("No tests found");
|
|
@@ -72,11 +74,7 @@ async function runSpecificTests({ tests = [], projects, pwOptions, platform, })
|
|
|
72
74
|
});
|
|
73
75
|
}
|
|
74
76
|
}
|
|
75
|
-
|
|
76
|
-
process.on("beforeExit", revertFileContent);
|
|
77
|
-
process.on("exit", revertFileContent);
|
|
78
|
-
process.on("SIGINT", revertFileContent);
|
|
79
|
-
process.on("SIGTERM", revertFileContent);
|
|
77
|
+
const removeListeners = setupProcessListeners(revertFileContent);
|
|
80
78
|
let hasTestPassed = true;
|
|
81
79
|
try {
|
|
82
80
|
const testRunner = (0, utils_1.getTestRunner)(platform);
|
|
@@ -91,6 +89,7 @@ async function runSpecificTests({ tests = [], projects, pwOptions, platform, })
|
|
|
91
89
|
catch (e) {
|
|
92
90
|
hasTestPassed = false;
|
|
93
91
|
}
|
|
92
|
+
removeListeners();
|
|
94
93
|
revertFileContent();
|
|
95
94
|
return {
|
|
96
95
|
hasTestPassed,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"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"}
|
package/dist/utils/index.js
CHANGED
|
@@ -7,11 +7,11 @@ exports.getTypescriptTestBlock = exports.handleTeardownSkipFlag = exports.getTes
|
|
|
7
7
|
const child_process_1 = require("child_process");
|
|
8
8
|
const fs_1 = require("fs");
|
|
9
9
|
const promises_1 = __importDefault(require("fs/promises"));
|
|
10
|
-
const lodash_isequal_1 = __importDefault(require("lodash.isequal"));
|
|
11
10
|
const minimatch_1 = require("minimatch");
|
|
12
11
|
const path_1 = __importDefault(require("path"));
|
|
13
12
|
const ts_morph_1 = require("ts-morph");
|
|
14
13
|
const api_1 = require("tsx/esm/api");
|
|
14
|
+
const util_1 = require("util");
|
|
15
15
|
const types_1 = require("../types");
|
|
16
16
|
function setupProcessSignalHandlers(proc) {
|
|
17
17
|
const handleSignal = async (signal) => {
|
|
@@ -419,7 +419,7 @@ function getTypescriptTestBlock({ scenarioName, suites, content, }) {
|
|
|
419
419
|
// Iterate over each test function node and check if the suites match
|
|
420
420
|
for (const testNode of matchingTestFunctionNodes) {
|
|
421
421
|
const parentDescribes = getParentDescribeNames(testNode);
|
|
422
|
-
if ((0,
|
|
422
|
+
if ((0, util_1.isDeepStrictEqual)(parentDescribes, suites)) {
|
|
423
423
|
// Found the matching test block
|
|
424
424
|
return {
|
|
425
425
|
testBlock: testNode.getText(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empiricalrun/test-run",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -15,10 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"author": "Empirical Team <hey@empirical.run>",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@types/lodash.isequal": "^4.5.8",
|
|
19
18
|
"async-retry": "^1.3.3",
|
|
20
19
|
"commander": "^12.1.0",
|
|
21
|
-
"lodash.isequal": "^4.5.0",
|
|
22
20
|
"minimatch": "^10.0.1",
|
|
23
21
|
"ts-morph": "^23.0.0",
|
|
24
22
|
"tsx": "^4.16.2"
|