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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/rubeno.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45270d51607bea4779d3ee748f66012f5905000383186cd702862f6c9be217cb
4
- data.tar.gz: 1ff5b472bcadb351d489647f06fe629ce6684e029349c51d21fda04b16b7abf7
3
+ metadata.gz: 2992345bde709006c05f525538486c9295bbc0e6db57772cb829f0c50012c0cb
4
+ data.tar.gz: 8f1b96408da81321d66cc3670cee990ae7c483f1f2c158ff9aa297b51f3f06a9
5
5
  SHA512:
6
- metadata.gz: 2d7b273eca889e9ef52918b9993f82bbd45330c9034cf396c79d09fa8aee44d6dee7ee9861a441726775d7a096588dce7227e52c2aaf96420039ad8108a65e3f
7
- data.tar.gz: 3637ffa2cbd0b15dc9a92b6d11b19489f465a1265e1b175f868e9b1e377025de4994ca250acf7f1ea6f3dc85f316e1b86802cb0e3cc56c0094a7c028910c3fe4
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/allTests/example/ruby.Calculator.test.ts.json`
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
@@ -271,7 +271,7 @@ module Rubeno
271
271
  }
272
272
 
273
273
  # Create directory if it doesn't exist
274
- dir_path = 'testeranto/reports/allTests/example'
274
+ dir_path = 'testeranto/reports/'
275
275
  FileUtils.mkdir_p(dir_path) unless Dir.exist?(dir_path)
276
276
 
277
277
  # Write to file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubeno
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Wong