-
```
The getReport method has tight coupling to the testRunner. It is possible to
use the testcase.js without the testrunner (if interested see
https://github.com/gatapia/nclosure project which is c…
-
```
The getReport method has tight coupling to the testRunner. It is possible to
use the testcase.js without the testrunner (if interested see
https://github.com/gatapia/nclosure project which is c…
-
```
The getReport method has tight coupling to the testRunner. It is possible to
use the testcase.js without the testrunner (if interested see
https://github.com/gatapia/nclosure project which is c…
-
```
The getReport method has tight coupling to the testRunner. It is possible to
use the testcase.js without the testrunner (if interested see
https://github.com/gatapia/nclosure project which is c…
-
```
What steps will reproduce the problem?
1. create a directory whose name contains non-ASCII characters (I used cyrillic
- 'мой-тест')
2. copy a sample test and a config file to this directory
3. r…
-
```
What steps will reproduce the problem?
1. create a directory whose name contains non-ASCII characters (I used cyrillic
- 'мой-тест')
2. copy a sample test and a config file to this directory
3. r…
-
```
What steps will reproduce the problem?
1. create a directory whose name contains non-ASCII characters (I used cyrillic
- 'мой-тест')
2. copy a sample test and a config file to this directory
3. r…
-
Tests can be only started from feature catalogue.
Attempt to start TestRunner finishes with Exception
-
added `defaultSitespeedioConfigFile` config path in server/config/default.yaml
config.json file
```json
{
"html": {
"homeurl": "http://localhost:3000"
}
}
```
**Expected**
once…
-
We are redesigning this project to be a test runner for models / ml training algorithms to assess how "robust" they are to distribution shift. The user will specify:
* Dataset object (PyTorch datas…