@genesislcap/foundation-testing 14.202.1-alpha-77ef7ac.0 → 14.202.1-alpha-271f747.0
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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var _a;
|
|
3
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.
|
|
3
|
+
exports.test = exports.PlaywrightBDD = void 0;
|
|
5
4
|
const tslib_1 = require("tslib");
|
|
6
5
|
const test_1 = require("@playwright/test");
|
|
7
6
|
const PlaywrightBDD = tslib_1.__importStar(require("playwright-bdd"));
|
|
@@ -35,4 +34,3 @@ exports.test = PlaywrightBDD.test.extend({
|
|
|
35
34
|
],
|
|
36
35
|
audit: [test_2.defaultAuditThresholds, { option: true, scope: 'worker' }], // TODO: These are not being used from other test setups extending this.
|
|
37
36
|
});
|
|
38
|
-
_a = PlaywrightBDD.createBdd(exports.test), exports.Given = _a.Given, exports.When = _a.When, exports.Then = _a.Then;
|
|
@@ -9,5 +9,4 @@ export { PlaywrightBDD };
|
|
|
9
9
|
* fixture for your e2e tests depending on the needs of your app or micro frontend.
|
|
10
10
|
*/
|
|
11
11
|
export declare const test: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & import("playwright-bdd/dist/run/bddFixtures/test").BddFixturesTest, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions & import("playwright-bdd/dist/run/bddFixtures/worker").BddFixturesWorker & WorkerFixture>;
|
|
12
|
-
export declare const Given: (pattern: import("playwright-bdd/dist/steps/registry").DefineStepPattern, fn: import("playwright-bdd/dist/steps/playwrightStyle").PlaywrightStyleStepFn<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & import("playwright-bdd/dist/run/bddFixtures/test").BddFixturesTest, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions & import("playwright-bdd/dist/run/bddFixtures/worker").BddFixturesWorker & WorkerFixture>) => (fixtures: Partial<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & import("playwright-bdd/dist/run/bddFixtures/test").BddFixturesTest & import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions & import("playwright-bdd/dist/run/bddFixtures/worker").BddFixturesWorker & WorkerFixture>, ...args: any[]) => unknown, When: (pattern: import("playwright-bdd/dist/steps/registry").DefineStepPattern, fn: import("playwright-bdd/dist/steps/playwrightStyle").PlaywrightStyleStepFn<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & import("playwright-bdd/dist/run/bddFixtures/test").BddFixturesTest, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions & import("playwright-bdd/dist/run/bddFixtures/worker").BddFixturesWorker & WorkerFixture>) => (fixtures: Partial<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & import("playwright-bdd/dist/run/bddFixtures/test").BddFixturesTest & import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions & import("playwright-bdd/dist/run/bddFixtures/worker").BddFixturesWorker & WorkerFixture>, ...args: any[]) => unknown, Then: (pattern: import("playwright-bdd/dist/steps/registry").DefineStepPattern, fn: import("playwright-bdd/dist/steps/playwrightStyle").PlaywrightStyleStepFn<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & import("playwright-bdd/dist/run/bddFixtures/test").BddFixturesTest, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions & import("playwright-bdd/dist/run/bddFixtures/worker").BddFixturesWorker & WorkerFixture>) => (fixtures: Partial<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & import("playwright-bdd/dist/run/bddFixtures/test").BddFixturesTest & import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions & import("playwright-bdd/dist/run/bddFixtures/worker").BddFixturesWorker & WorkerFixture>, ...args: any[]) => unknown;
|
|
13
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/playwright-bdd/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAC;AAIhD,OAAO,EAAe,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,EAAE,aAAa,EAAE,CAAC;AAEzB;;;;;;GAMG;AACH,eAAO,MAAM,IAAI,2YAmBf,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/playwright-bdd/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAC;AAIhD,OAAO,EAAe,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,EAAE,aAAa,EAAE,CAAC;AAEzB;;;;;;GAMG;AACH,eAAO,MAAM,IAAI,2YAmBf,CAAC"}
|
|
@@ -31,4 +31,3 @@ export const test = PlaywrightBDD.test.extend({
|
|
|
31
31
|
],
|
|
32
32
|
audit: [defaultAuditThresholds, { option: true, scope: 'worker' }], // TODO: These are not being used from other test setups extending this.
|
|
33
33
|
});
|
|
34
|
-
export const { Given, When, Then } = PlaywrightBDD.createBdd(test);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-testing",
|
|
3
3
|
"description": "Genesis Foundation Testing",
|
|
4
|
-
"version": "14.202.1-alpha-
|
|
4
|
+
"version": "14.202.1-alpha-271f747.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"typescript": "^4.9.5"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-logger": "14.202.1-alpha-
|
|
82
|
+
"@genesislcap/foundation-logger": "14.202.1-alpha-271f747.0",
|
|
83
83
|
"@microsoft/fast-element": "^1.12.0",
|
|
84
84
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
85
85
|
"@playwright/test": "^1.18.1",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"publishConfig": {
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "b5bf689b2c306d4fd5f04e2e1d403ec43cac828a"
|
|
105
105
|
}
|