You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I like the plugin and it's just the thing I needed. However, I'm running tests in Chrome and IE and the results file doesn't include the browser in which the test was run in:
{
"errors": [],
"results": [
{
"description": "should say Hello to the World",
"id": "spec0",
"log": [],
"skipped": false,
"success": true,
"suite": [
"greeter"
],
"time": 0,
"executedExpectationsCount": 1
},
{
"description": "should say Hello to the World",
"id": "spec0",
"log": [],
"skipped": false,
"success": true,
"suite": [
"greeter"
],
"time": 2,
"executedExpectationsCount": 1
}
]
}
The text was updated successfully, but these errors were encountered:
Hi, I like the plugin and it's just the thing I needed. However, I'm running tests in Chrome and IE and the results file doesn't include the browser in which the test was run in:
The text was updated successfully, but these errors were encountered: