@uuv/playwright 3.49.0 → 3.50.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.
|
@@ -7,7 +7,7 @@ export declare class World {
|
|
|
7
7
|
get browser(): import("playwright-core").Browser | null;
|
|
8
8
|
get request(): import("playwright-core").APIRequestContext;
|
|
9
9
|
}
|
|
10
|
-
export declare const test: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & import("playwright-bdd
|
|
10
|
+
export declare const test: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & import("playwright-bdd").BddTestFixtures & {
|
|
11
11
|
world: World;
|
|
12
|
-
}, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions & import("playwright-bdd
|
|
13
|
-
export declare const Given: import("playwright-bdd
|
|
12
|
+
}, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions & import("playwright-bdd").BddWorkerFixtures>;
|
|
13
|
+
export declare const Given: import("playwright-bdd").CucumberStyleStepCtor<import("playwright-bdd").CucumberStyleStepFn<World>>, When: import("playwright-bdd").CucumberStyleStepCtor<import("playwright-bdd").CucumberStyleStepFn<World>>, Then: import("playwright-bdd").CucumberStyleStepCtor<import("playwright-bdd").CucumberStyleStepFn<World>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/playwright",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
|
|
6
6
|
"description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and playwright",
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"@cucumber/cucumber": "11.0.1",
|
|
47
47
|
"@cucumber/tag-expressions": "6.2.0",
|
|
48
48
|
"@playwright/test": "^1.55.0",
|
|
49
|
-
"@uuv/a11y": "1.0.0-beta.
|
|
50
|
-
"@uuv/runner-commons": "2.
|
|
49
|
+
"@uuv/a11y": "1.0.0-beta.81",
|
|
50
|
+
"@uuv/runner-commons": "2.63.0",
|
|
51
51
|
"axe-core": "4.10.3",
|
|
52
52
|
"axe-playwright": "2.2.2",
|
|
53
53
|
"chalk-table": "1.0.2",
|
|
54
54
|
"chokidar": "4.0.1",
|
|
55
55
|
"cucumber-json-report-formatter": "0.1.4",
|
|
56
56
|
"lodash": "^4.17.21",
|
|
57
|
-
"multiple-cucumber-html-reporter": "3.9.
|
|
57
|
+
"multiple-cucumber-html-reporter": "3.9.3",
|
|
58
58
|
"nanoid": "3.3.11",
|
|
59
|
-
"playwright-bdd": "8.4.
|
|
59
|
+
"playwright-bdd": "8.4.1",
|
|
60
60
|
"ts-node": "10.9.2",
|
|
61
61
|
"typescript": "5.8.3"
|
|
62
62
|
},
|