@flash-ai-team/flash-test-framework 0.0.18 → 0.0.19
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/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -196,3 +196,7 @@ test.describe('AI Scenario', () => {
|
|
|
196
196
|
### AIWeb
|
|
197
197
|
|
|
198
198
|
* `executeManualSteps(steps: string)`: Execute a multi-step test case described in natural language.
|
|
199
|
+
|
|
200
|
+
## Support
|
|
201
|
+
|
|
202
|
+
If you have any concerns or questions, please contact us at dean.bar.flashtest@gmail.com.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flash-ai-team/flash-test-framework",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"description": "A powerful keyword-driven automation framework built on top of Playwright and TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"playwright",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"url": "git+ssh://git@bitbucket.org/dluonganh/flash-ai-test.git"
|
|
21
21
|
},
|
|
22
22
|
"license": "ISC",
|
|
23
|
-
"author": "Flash Test Team",
|
|
23
|
+
"author": "Flash Test Team <dean.bar.flashtest@gmail.com>",
|
|
24
24
|
"type": "commonjs",
|
|
25
25
|
"main": "dist/index.js",
|
|
26
26
|
"types": "dist/index.d.ts",
|