@midscene/visualizer 0.6.3-beta-20241021073842.0 → 0.7.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.
- package/dist/es/component/send-to-playground.js +3 -3
- package/dist/lib/component/send-to-playground.js +3 -3
- package/dist/report/demo-mobile.html +1 -1
- package/dist/report/demo.html +1 -1
- package/dist/report/empty-error.html +1 -1
- package/dist/report/index.html +1 -1
- package/dist/report/index.js +1 -1
- package/dist/report/multi.html +1 -1
- package/package.json +3 -3
|
@@ -25,9 +25,9 @@ import { useEffect, useState } from "react";
|
|
|
25
25
|
const serverBase = "http://localhost:5800";
|
|
26
26
|
const errorMessageServerNotReady = `To debug the prompt together with this UI context, please follow the steps below:
|
|
27
27
|
|
|
28
|
-
1. Start the local playground server:
|
|
29
|
-
npx @midscene/
|
|
30
|
-
|
|
28
|
+
1. Start the local playground server (Select one of the commands):
|
|
29
|
+
a. npx --yes @midscene/web
|
|
30
|
+
b. npx midscene-playground (Under the midscene project directory)
|
|
31
31
|
2. Click this button again.
|
|
32
32
|
`;
|
|
33
33
|
const errorMessageNoContext = `
|
|
@@ -50,9 +50,9 @@ var import_react = require("react");
|
|
|
50
50
|
const serverBase = "http://localhost:5800";
|
|
51
51
|
const errorMessageServerNotReady = `To debug the prompt together with this UI context, please follow the steps below:
|
|
52
52
|
|
|
53
|
-
1. Start the local playground server:
|
|
54
|
-
npx @midscene/
|
|
55
|
-
|
|
53
|
+
1. Start the local playground server (Select one of the commands):
|
|
54
|
+
a. npx --yes @midscene/web
|
|
55
|
+
b. npx midscene-playground (Under the midscene project directory)
|
|
56
56
|
2. Click this button again.
|
|
57
57
|
`;
|
|
58
58
|
const errorMessageNoContext = `
|