skopix 2.0.10 → 2.0.11
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/package.json +1 -1
- package/web/index.html +6 -3
package/package.json
CHANGED
package/web/index.html
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>Skopix — Record. Replay. Ship with confidence.</title>
|
|
7
|
+
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='7' fill='%230d1117'/%3E%3Cpolygon points='16,6 26,11 16,16 6,11' fill='%2300d4ff'/%3E%3Cpolygon points='6,11 16,16 26,11 26,14 16,19 6,14' fill='%2300a8cc'/%3E%3Cpolygon points='6,14 16,19 26,14 26,17 16,22 6,17' fill='%23007a99'/%3E%3C/svg%3E">
|
|
7
8
|
<meta name="description" content="Skopix is a browser-based QA tool that records your test flows and replays them deterministically. AI stabilises selectors, generates Playwright code, and catches regressions before your users do.">
|
|
8
9
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
9
10
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
@@ -489,12 +490,14 @@ footer { border-top: 1px solid var(--border); padding: 48px; display: flex; alig
|
|
|
489
490
|
|
|
490
491
|
<div class="code-label observe">3B. TEAM MODE — ONE COMMAND STARTS EVERYTHING</div>
|
|
491
492
|
<div class="code-block observe">
|
|
492
|
-
<div class="code-comment">#
|
|
493
|
-
<div><span class="code-
|
|
493
|
+
<div class="code-comment"># Add these to ~/.skopix.env once:</div>
|
|
494
|
+
<div><span class="code-val">SKOPIX_SECRET_KEY</span>=your-shared-secret</div>
|
|
495
|
+
<div><span class="code-val">SKOPIX_AGENT_EMAIL</span>=your@email.com</div>
|
|
496
|
+
<div><span class="code-val">SKOPIX_AGENT_PASSWORD</span>=yourpassword</div>
|
|
494
497
|
<div class="code-comment"># Then just run:</div>
|
|
495
498
|
<div><span class="code-cmd">$</span> skopix start</div>
|
|
496
499
|
<div class="code-out">→ Starts the dashboard in team mode</div>
|
|
497
|
-
<div class="code-out">→ Starts the agent on your machine automatically</div>
|
|
500
|
+
<div class="code-out">→ Starts and authenticates the agent on your machine automatically</div>
|
|
498
501
|
<div class="code-out">→ Teammates connect via http://YOUR-IP:9000</div>
|
|
499
502
|
</div>
|
|
500
503
|
|