wup 0.2.37__tar.gz → 0.2.38__tar.gz
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.
- {wup-0.2.37/wup.egg-info → wup-0.2.38}/PKG-INFO +50 -7
- {wup-0.2.37 → wup-0.2.38}/README.md +49 -6
- {wup-0.2.37 → wup-0.2.38}/pyproject.toml +1 -1
- {wup-0.2.37 → wup-0.2.38}/wup/__init__.py +1 -1
- {wup-0.2.37 → wup-0.2.38/wup.egg-info}/PKG-INFO +50 -7
- {wup-0.2.37 → wup-0.2.38}/LICENSE +0 -0
- {wup-0.2.37 → wup-0.2.38}/setup.cfg +0 -0
- {wup-0.2.37 → wup-0.2.38}/tests/test_e2e.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/tests/test_monitoring_manifest.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/tests/test_testql_monitor.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/tests/test_testql_watcher.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/tests/test_web_client.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/tests/test_wup.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/_ast_detector.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/_hash_detector.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/_yaml_detector.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/anomaly_detector.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/anomaly_models.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/assistant.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/cli.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/cli_config_generator.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/cli_scanner.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/config.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/core.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/dependency_mapper.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/models/__init__.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/models/config.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/monitoring_manifest.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/planfile_reporter.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/testql_cli_generator.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/testql_discovery.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/testql_monitor.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/testql_watcher.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/visual_diff.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup/web_client.py +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup.egg-info/SOURCES.txt +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup.egg-info/dependency_links.txt +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup.egg-info/entry_points.txt +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup.egg-info/requires.txt +0 -0
- {wup-0.2.37 → wup-0.2.38}/wup.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wup
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.38
|
|
4
4
|
Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
|
|
5
5
|
Author-email: Tom Sapletta <tom@sapletta.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -31,17 +31,17 @@ Dynamic: license-file
|
|
|
31
31
|
|
|
32
32
|
## AI Cost Tracking
|
|
33
33
|
|
|
34
|
-
    
|
|
35
|
+
  
|
|
36
36
|
|
|
37
|
-
- 🤖 **LLM usage:** $2.
|
|
38
|
-
- 👤 **Human dev:** ~$
|
|
37
|
+
- 🤖 **LLM usage:** $2.9855 (48 commits)
|
|
38
|
+
- 👤 **Human dev:** ~$2047 (20.5h @ $100/h, 30min dedup)
|
|
39
39
|
|
|
40
40
|
Generated on 2026-05-22 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
41
41
|
|
|
42
42
|
---
|
|
43
43
|
|
|
44
|
-
    
|
|
45
45
|
|
|
46
46
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
47
47
|
|
|
@@ -62,6 +62,7 @@ WUP monitors file changes and runs intelligent regression tests using a 3-layer
|
|
|
62
62
|
- ⚙️ **Configuration System**: Declarative configuration via `wup.yaml` file
|
|
63
63
|
- 🎛️ **Per-Service Settings**: Custom test strategies per service
|
|
64
64
|
- 🧪 **TestQL Integration**: Native support for TestQL scenarios
|
|
65
|
+
- 🔧 **CLI/Shell Automation**: Auto-detection and configuration of CLI tools and shell scripts
|
|
65
66
|
|
|
66
67
|
## Installation
|
|
67
68
|
|
|
@@ -143,6 +144,12 @@ wup init
|
|
|
143
144
|
|
|
144
145
|
# Generate with custom output path
|
|
145
146
|
wup init --output .wup.yaml
|
|
147
|
+
|
|
148
|
+
# Auto-detect and configure CLI/shell services
|
|
149
|
+
wup init-cli ./my-project
|
|
150
|
+
|
|
151
|
+
# Merge CLI configuration with existing wup.yaml
|
|
152
|
+
wup init-cli ./my-project --merge
|
|
146
153
|
```
|
|
147
154
|
|
|
148
155
|
### Check Status
|
|
@@ -155,6 +162,35 @@ wup status
|
|
|
155
162
|
wup status --deps my-deps.json
|
|
156
163
|
```
|
|
157
164
|
|
|
165
|
+
### CLI/Shell Automation
|
|
166
|
+
|
|
167
|
+
WUP can automatically detect and configure CLI tools and shell scripts for testing:
|
|
168
|
+
|
|
169
|
+
```bash
|
|
170
|
+
# Auto-detect CLI commands and generate configuration
|
|
171
|
+
wup init-cli ./my-project
|
|
172
|
+
|
|
173
|
+
# Merge with existing wup.yaml
|
|
174
|
+
wup init-cli ./my-project --merge
|
|
175
|
+
|
|
176
|
+
# Custom output paths
|
|
177
|
+
wup init-cli ./my-project --output-config custom.yaml --output-scenarios custom-scenarios
|
|
178
|
+
|
|
179
|
+
# Skip argument inference (faster)
|
|
180
|
+
wup init-cli ./my-project --no-infer-args
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
The `init-cli` command:
|
|
184
|
+
- Scans `pyproject.toml`, `setup.py`, `setup.cfg` for entry points
|
|
185
|
+
- Detects packages with `__main__.py` modules
|
|
186
|
+
- Generates shell service configuration in `wup.yaml`
|
|
187
|
+
- Creates TestQL scenarios for CLI commands in `testql-scenarios/`
|
|
188
|
+
- Supports merging with existing configurations
|
|
189
|
+
|
|
190
|
+
**Generated files:**
|
|
191
|
+
- `cli-smoke.testql.toon.yaml` - Smoke tests for all CLI commands
|
|
192
|
+
- `cli-{command}.testql.toon.yaml` - Detailed tests for each command
|
|
193
|
+
|
|
158
194
|
## Architecture
|
|
159
195
|
|
|
160
196
|
### 3-Layer Testing Approach
|
|
@@ -417,7 +453,10 @@ wup/
|
|
|
417
453
|
│ ├── __init__.py # Package exports
|
|
418
454
|
│ ├── anomaly_detector.py # AnomalyDetector: hash, YAML structure, AST diff
|
|
419
455
|
│ ├── assistant.py # WupAssistant: interactive configuration wizard
|
|
420
|
-
│ ├── cli.py # CLI: watch, map-deps, status, init, testql-endpoints, assistant, version
|
|
456
|
+
│ ├── cli.py # CLI: watch, map-deps, status, init, testql-endpoints, assistant, version, init-cli
|
|
457
|
+
│ ├── cli_scanner.py # CLIScanner: detects CLI commands from pyproject.toml, setup.py, etc.
|
|
458
|
+
│ ├── cli_config_generator.py # CLIConfigGenerator: generates wup.yaml for shell services
|
|
459
|
+
│ ├── testql_cli_generator.py # TestQLCliGenerator: generates TestQL scenarios for CLI commands
|
|
421
460
|
│ ├── config.py # Config loading/saving + .wup.env support
|
|
422
461
|
│ ├── core.py # WupWatcher: detection, inference, scheduling
|
|
423
462
|
│ ├── dependency_mapper.py # DependencyMapper: codebase → deps.json
|
|
@@ -519,6 +558,7 @@ Comprehensive documentation is available in the `docs/` directory:
|
|
|
519
558
|
- `wup assistant` - Interactive configuration wizard
|
|
520
559
|
- Auto-detects framework and services
|
|
521
560
|
- Intelligent suggestions and validation
|
|
561
|
+
- `wup init-cli` - Automated CLI/shell project setup
|
|
522
562
|
|
|
523
563
|
- **[Anomaly Detection](docs/ANOMALY_DETECTION.md)** - Fast alternatives to Playwright
|
|
524
564
|
- Hash-based change detection (~1ms per file)
|
|
@@ -533,6 +573,9 @@ Comprehensive documentation is available in the `docs/` directory:
|
|
|
533
573
|
- Browser Notifications API integration
|
|
534
574
|
|
|
535
575
|
- **[TestQL Integration](docs/TESTQL_INTEGRATION.md)** - TestQL scenario support
|
|
576
|
+
- `wup init-cli` - Automated CLI command detection and TestQL scenario generation
|
|
577
|
+
- Shell service configuration for CLI tools
|
|
578
|
+
- TestQL scenarios for CLI commands
|
|
536
579
|
|
|
537
580
|
## License
|
|
538
581
|
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
|
|
4
4
|
## AI Cost Tracking
|
|
5
5
|
|
|
6
|
-
    
|
|
7
|
+
  
|
|
8
8
|
|
|
9
|
-
- 🤖 **LLM usage:** $2.
|
|
10
|
-
- 👤 **Human dev:** ~$
|
|
9
|
+
- 🤖 **LLM usage:** $2.9855 (48 commits)
|
|
10
|
+
- 👤 **Human dev:** ~$2047 (20.5h @ $100/h, 30min dedup)
|
|
11
11
|
|
|
12
12
|
Generated on 2026-05-22 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
16
|
-
    
|
|
17
17
|
|
|
18
18
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
19
19
|
|
|
@@ -34,6 +34,7 @@ WUP monitors file changes and runs intelligent regression tests using a 3-layer
|
|
|
34
34
|
- ⚙️ **Configuration System**: Declarative configuration via `wup.yaml` file
|
|
35
35
|
- 🎛️ **Per-Service Settings**: Custom test strategies per service
|
|
36
36
|
- 🧪 **TestQL Integration**: Native support for TestQL scenarios
|
|
37
|
+
- 🔧 **CLI/Shell Automation**: Auto-detection and configuration of CLI tools and shell scripts
|
|
37
38
|
|
|
38
39
|
## Installation
|
|
39
40
|
|
|
@@ -115,6 +116,12 @@ wup init
|
|
|
115
116
|
|
|
116
117
|
# Generate with custom output path
|
|
117
118
|
wup init --output .wup.yaml
|
|
119
|
+
|
|
120
|
+
# Auto-detect and configure CLI/shell services
|
|
121
|
+
wup init-cli ./my-project
|
|
122
|
+
|
|
123
|
+
# Merge CLI configuration with existing wup.yaml
|
|
124
|
+
wup init-cli ./my-project --merge
|
|
118
125
|
```
|
|
119
126
|
|
|
120
127
|
### Check Status
|
|
@@ -127,6 +134,35 @@ wup status
|
|
|
127
134
|
wup status --deps my-deps.json
|
|
128
135
|
```
|
|
129
136
|
|
|
137
|
+
### CLI/Shell Automation
|
|
138
|
+
|
|
139
|
+
WUP can automatically detect and configure CLI tools and shell scripts for testing:
|
|
140
|
+
|
|
141
|
+
```bash
|
|
142
|
+
# Auto-detect CLI commands and generate configuration
|
|
143
|
+
wup init-cli ./my-project
|
|
144
|
+
|
|
145
|
+
# Merge with existing wup.yaml
|
|
146
|
+
wup init-cli ./my-project --merge
|
|
147
|
+
|
|
148
|
+
# Custom output paths
|
|
149
|
+
wup init-cli ./my-project --output-config custom.yaml --output-scenarios custom-scenarios
|
|
150
|
+
|
|
151
|
+
# Skip argument inference (faster)
|
|
152
|
+
wup init-cli ./my-project --no-infer-args
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
The `init-cli` command:
|
|
156
|
+
- Scans `pyproject.toml`, `setup.py`, `setup.cfg` for entry points
|
|
157
|
+
- Detects packages with `__main__.py` modules
|
|
158
|
+
- Generates shell service configuration in `wup.yaml`
|
|
159
|
+
- Creates TestQL scenarios for CLI commands in `testql-scenarios/`
|
|
160
|
+
- Supports merging with existing configurations
|
|
161
|
+
|
|
162
|
+
**Generated files:**
|
|
163
|
+
- `cli-smoke.testql.toon.yaml` - Smoke tests for all CLI commands
|
|
164
|
+
- `cli-{command}.testql.toon.yaml` - Detailed tests for each command
|
|
165
|
+
|
|
130
166
|
## Architecture
|
|
131
167
|
|
|
132
168
|
### 3-Layer Testing Approach
|
|
@@ -389,7 +425,10 @@ wup/
|
|
|
389
425
|
│ ├── __init__.py # Package exports
|
|
390
426
|
│ ├── anomaly_detector.py # AnomalyDetector: hash, YAML structure, AST diff
|
|
391
427
|
│ ├── assistant.py # WupAssistant: interactive configuration wizard
|
|
392
|
-
│ ├── cli.py # CLI: watch, map-deps, status, init, testql-endpoints, assistant, version
|
|
428
|
+
│ ├── cli.py # CLI: watch, map-deps, status, init, testql-endpoints, assistant, version, init-cli
|
|
429
|
+
│ ├── cli_scanner.py # CLIScanner: detects CLI commands from pyproject.toml, setup.py, etc.
|
|
430
|
+
│ ├── cli_config_generator.py # CLIConfigGenerator: generates wup.yaml for shell services
|
|
431
|
+
│ ├── testql_cli_generator.py # TestQLCliGenerator: generates TestQL scenarios for CLI commands
|
|
393
432
|
│ ├── config.py # Config loading/saving + .wup.env support
|
|
394
433
|
│ ├── core.py # WupWatcher: detection, inference, scheduling
|
|
395
434
|
│ ├── dependency_mapper.py # DependencyMapper: codebase → deps.json
|
|
@@ -491,6 +530,7 @@ Comprehensive documentation is available in the `docs/` directory:
|
|
|
491
530
|
- `wup assistant` - Interactive configuration wizard
|
|
492
531
|
- Auto-detects framework and services
|
|
493
532
|
- Intelligent suggestions and validation
|
|
533
|
+
- `wup init-cli` - Automated CLI/shell project setup
|
|
494
534
|
|
|
495
535
|
- **[Anomaly Detection](docs/ANOMALY_DETECTION.md)** - Fast alternatives to Playwright
|
|
496
536
|
- Hash-based change detection (~1ms per file)
|
|
@@ -505,6 +545,9 @@ Comprehensive documentation is available in the `docs/` directory:
|
|
|
505
545
|
- Browser Notifications API integration
|
|
506
546
|
|
|
507
547
|
- **[TestQL Integration](docs/TESTQL_INTEGRATION.md)** - TestQL scenario support
|
|
548
|
+
- `wup init-cli` - Automated CLI command detection and TestQL scenario generation
|
|
549
|
+
- Shell service configuration for CLI tools
|
|
550
|
+
- TestQL scenarios for CLI commands
|
|
508
551
|
|
|
509
552
|
## License
|
|
510
553
|
|
|
@@ -7,7 +7,7 @@ WUP monitors file changes and runs intelligent regression tests using a 3-layer
|
|
|
7
7
|
3. Detail Layer: Full tests with blame reports (only on failure)
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
|
-
__version__ = "0.2.
|
|
10
|
+
__version__ = "0.2.38"
|
|
11
11
|
__author__ = "Tom Sapletta"
|
|
12
12
|
|
|
13
13
|
from .config import load_config, save_config, get_default_config
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wup
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.38
|
|
4
4
|
Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
|
|
5
5
|
Author-email: Tom Sapletta <tom@sapletta.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -31,17 +31,17 @@ Dynamic: license-file
|
|
|
31
31
|
|
|
32
32
|
## AI Cost Tracking
|
|
33
33
|
|
|
34
|
-
    
|
|
35
|
+
  
|
|
36
36
|
|
|
37
|
-
- 🤖 **LLM usage:** $2.
|
|
38
|
-
- 👤 **Human dev:** ~$
|
|
37
|
+
- 🤖 **LLM usage:** $2.9855 (48 commits)
|
|
38
|
+
- 👤 **Human dev:** ~$2047 (20.5h @ $100/h, 30min dedup)
|
|
39
39
|
|
|
40
40
|
Generated on 2026-05-22 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
41
41
|
|
|
42
42
|
---
|
|
43
43
|
|
|
44
|
-
    
|
|
45
45
|
|
|
46
46
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
47
47
|
|
|
@@ -62,6 +62,7 @@ WUP monitors file changes and runs intelligent regression tests using a 3-layer
|
|
|
62
62
|
- ⚙️ **Configuration System**: Declarative configuration via `wup.yaml` file
|
|
63
63
|
- 🎛️ **Per-Service Settings**: Custom test strategies per service
|
|
64
64
|
- 🧪 **TestQL Integration**: Native support for TestQL scenarios
|
|
65
|
+
- 🔧 **CLI/Shell Automation**: Auto-detection and configuration of CLI tools and shell scripts
|
|
65
66
|
|
|
66
67
|
## Installation
|
|
67
68
|
|
|
@@ -143,6 +144,12 @@ wup init
|
|
|
143
144
|
|
|
144
145
|
# Generate with custom output path
|
|
145
146
|
wup init --output .wup.yaml
|
|
147
|
+
|
|
148
|
+
# Auto-detect and configure CLI/shell services
|
|
149
|
+
wup init-cli ./my-project
|
|
150
|
+
|
|
151
|
+
# Merge CLI configuration with existing wup.yaml
|
|
152
|
+
wup init-cli ./my-project --merge
|
|
146
153
|
```
|
|
147
154
|
|
|
148
155
|
### Check Status
|
|
@@ -155,6 +162,35 @@ wup status
|
|
|
155
162
|
wup status --deps my-deps.json
|
|
156
163
|
```
|
|
157
164
|
|
|
165
|
+
### CLI/Shell Automation
|
|
166
|
+
|
|
167
|
+
WUP can automatically detect and configure CLI tools and shell scripts for testing:
|
|
168
|
+
|
|
169
|
+
```bash
|
|
170
|
+
# Auto-detect CLI commands and generate configuration
|
|
171
|
+
wup init-cli ./my-project
|
|
172
|
+
|
|
173
|
+
# Merge with existing wup.yaml
|
|
174
|
+
wup init-cli ./my-project --merge
|
|
175
|
+
|
|
176
|
+
# Custom output paths
|
|
177
|
+
wup init-cli ./my-project --output-config custom.yaml --output-scenarios custom-scenarios
|
|
178
|
+
|
|
179
|
+
# Skip argument inference (faster)
|
|
180
|
+
wup init-cli ./my-project --no-infer-args
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
The `init-cli` command:
|
|
184
|
+
- Scans `pyproject.toml`, `setup.py`, `setup.cfg` for entry points
|
|
185
|
+
- Detects packages with `__main__.py` modules
|
|
186
|
+
- Generates shell service configuration in `wup.yaml`
|
|
187
|
+
- Creates TestQL scenarios for CLI commands in `testql-scenarios/`
|
|
188
|
+
- Supports merging with existing configurations
|
|
189
|
+
|
|
190
|
+
**Generated files:**
|
|
191
|
+
- `cli-smoke.testql.toon.yaml` - Smoke tests for all CLI commands
|
|
192
|
+
- `cli-{command}.testql.toon.yaml` - Detailed tests for each command
|
|
193
|
+
|
|
158
194
|
## Architecture
|
|
159
195
|
|
|
160
196
|
### 3-Layer Testing Approach
|
|
@@ -417,7 +453,10 @@ wup/
|
|
|
417
453
|
│ ├── __init__.py # Package exports
|
|
418
454
|
│ ├── anomaly_detector.py # AnomalyDetector: hash, YAML structure, AST diff
|
|
419
455
|
│ ├── assistant.py # WupAssistant: interactive configuration wizard
|
|
420
|
-
│ ├── cli.py # CLI: watch, map-deps, status, init, testql-endpoints, assistant, version
|
|
456
|
+
│ ├── cli.py # CLI: watch, map-deps, status, init, testql-endpoints, assistant, version, init-cli
|
|
457
|
+
│ ├── cli_scanner.py # CLIScanner: detects CLI commands from pyproject.toml, setup.py, etc.
|
|
458
|
+
│ ├── cli_config_generator.py # CLIConfigGenerator: generates wup.yaml for shell services
|
|
459
|
+
│ ├── testql_cli_generator.py # TestQLCliGenerator: generates TestQL scenarios for CLI commands
|
|
421
460
|
│ ├── config.py # Config loading/saving + .wup.env support
|
|
422
461
|
│ ├── core.py # WupWatcher: detection, inference, scheduling
|
|
423
462
|
│ ├── dependency_mapper.py # DependencyMapper: codebase → deps.json
|
|
@@ -519,6 +558,7 @@ Comprehensive documentation is available in the `docs/` directory:
|
|
|
519
558
|
- `wup assistant` - Interactive configuration wizard
|
|
520
559
|
- Auto-detects framework and services
|
|
521
560
|
- Intelligent suggestions and validation
|
|
561
|
+
- `wup init-cli` - Automated CLI/shell project setup
|
|
522
562
|
|
|
523
563
|
- **[Anomaly Detection](docs/ANOMALY_DETECTION.md)** - Fast alternatives to Playwright
|
|
524
564
|
- Hash-based change detection (~1ms per file)
|
|
@@ -533,6 +573,9 @@ Comprehensive documentation is available in the `docs/` directory:
|
|
|
533
573
|
- Browser Notifications API integration
|
|
534
574
|
|
|
535
575
|
- **[TestQL Integration](docs/TESTQL_INTEGRATION.md)** - TestQL scenario support
|
|
576
|
+
- `wup init-cli` - Automated CLI command detection and TestQL scenario generation
|
|
577
|
+
- Shell service configuration for CLI tools
|
|
578
|
+
- TestQL scenarios for CLI commands
|
|
536
579
|
|
|
537
580
|
## License
|
|
538
581
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|