@testspectra/cli 1.0.4 → 1.0.5
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 +2 -2
- package/package.json +1 -1
- package/testspectra-cli-1.0.5.tgz +0 -0
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ The **TestSpectra CLI** (`spectra` / `testspectra`) is the command-line orchestr
|
|
|
16
16
|
│ │
|
|
17
17
|
▼ ▼
|
|
18
18
|
┌──────────────────────┐ ┌────────────────────────┐
|
|
19
|
-
│ spectra
|
|
19
|
+
│ spectra run / CLI │ │ Solution TSConfigs │
|
|
20
20
|
│ (CLI Orchestration) │ │ (tsconfig.*.json) │
|
|
21
21
|
└───────────┬──────────┘ └────────────┬───────────┘
|
|
22
22
|
│ │
|
|
@@ -72,7 +72,7 @@ To avoid ambient type clashes between platforms (such as different method signat
|
|
|
72
72
|
- **`fixtures.d.ts`**: Single platform-agnostic declaration file referenced by all platform declarations.
|
|
73
73
|
|
|
74
74
|
#### Zero-Terminal Background Type Generation (TS Plugin)
|
|
75
|
-
With the built-in TypeScript Server plugin (`@testspectra/cli`),
|
|
75
|
+
With the built-in TypeScript Server plugin (`@testspectra/cli`), background type generation is completely automatic:
|
|
76
76
|
- When you open the project in **VS Code**, **Cursor**, or **WebStorm**, the IDE's TypeScript Server automatically boots the `@testspectra/cli` Language Service plugin.
|
|
77
77
|
- The plugin generates and updates `.testspectra/types/` ambient declarations in the background in real-time as you author Page Objects, Actions, Steps, and Fixtures.
|
|
78
78
|
|
package/package.json
CHANGED
|
Binary file
|