0

我正在使用 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":""}
4

0 回答 0