1
我正在使用Riot(https://github.com/thumblemonks/riot)進行測試,但我們可以使用別的東西。Ruby/Rails/Riot以編程方式訪問測試結果
我得到測試輸出是這樣的:
> ruby my_test_file.rb
Running a test
+ something works
+ something else works
- something failed
我想以編程方式訪問這些信息。例如:
test = TestClass.load("my_test_file.rb")
result = test.run
result.errors # some array