Method: LearnTest::Strategies::Protractor#output
- Defined in:
- lib/learn_test/strategies/protractor.rb
#output ⇒ Object
62 63 64 |
# File 'lib/learn_test/strategies/protractor.rb', line 62 def output File.exists?('.results.json') ? Oj.load(File.read('.results.json'), symbol_keys: true) : nil end |