如何在每个测试用例之后获得结果而不是将结果记录到文件中?

时间:2013-07-02 20:41:21

标签: selenium phpunit

我正在使用PHPUnit Selenium。

是否可以以json格式或其他方式获取测试用例的结果并将其存储到变量中而不是将其记录到文件中?我不想从文件中读取。

例如,我运行测试用例testAsdf2。在测试用例之后,我想得到类似于下面的结果并将其存储到变量中并将结果插入数据库

有可能吗?

{"event":"test","suite":"JsonTest","test":"JsonTest::testAsdf2","status":"error","time":10.839267015457,"trace":[],"message":"\nInvalid response while accessing the Selenium Server at 'http:\/\/localhost:4444\/selenium-server\/driver\/': ERROR: Element id=asdfasfe not found","output":""}

0 个答案:

没有答案