rubeno 0.0.24 → 0.0.25
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/rubeno.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2992345bde709006c05f525538486c9295bbc0e6db57772cb829f0c50012c0cb
|
|
4
|
+
data.tar.gz: 8f1b96408da81321d66cc3670cee990ae7c483f1f2c158ff9aa297b51f3f06a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f20c18d714a8d9df5964fe69cd5ea73303e08992d4beb450f2726d485a9acd11ae2458ac92815115a314dd22dbb585fb14dcc2952cdfe2c9b1c8cbffa967a35
|
|
7
|
+
data.tar.gz: b0104b1a4a048c695d26a7ad3ec000c5bc01c09ff7bb32c88a28df14034d1e3901c266cf65d951d35e6c3071c6ca12b4664b1d11c7afb835e511198041e63dde
|
data/README.md
CHANGED
|
@@ -71,7 +71,7 @@ ruby example/Calculator-test.rb '{"name":"test","fs":".","ports":[]}'
|
|
|
71
71
|
Rubeno follows the same patterns as other Testeranto implementations:
|
|
72
72
|
|
|
73
73
|
1. **Test Resource Configuration**: Passed as a JSON string argument
|
|
74
|
-
2. **Results Output**: Writes to `testeranto/reports/
|
|
74
|
+
2. **Results Output**: Writes to `testeranto/reports/example/ruby.Calculator.test.ts.json`
|
|
75
75
|
3. **WebSocket Communication**: Supports communication via WebSocket (when configured)
|
|
76
76
|
4. **Artifact Generation**: Supports test artifacts and reporting
|
|
77
77
|
|
data/lib/rubeno.rb
CHANGED