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
**Note**: If coverage is enabled then the memory measurement data will not be processed. However, it is shown as an information.
242
+
243
+
### Run js-remote-test from Docker
244
+
245
+
`js-remote-test` runs best on Ubuntu systems (especially Ubuntu 16.04). If you have a different distribution and/or you can't install required dependencies, you can use the `iotjs/js_remote_test` docker image.
You can get a bash prompt ("login" to the container), and then run js-remote-test as usual:
281
+
```sh
282
+
$ docker exec -it jsremote /bin/bash
283
+
# Assuming you are already "logged in" to the container:
284
+
$ cd path_to_js_remote_test
285
+
$ python -um jstest ...
286
+
```
287
+
288
+
Alternatively, you can also execute `js-remote-test` without logging in (NOTE: for this you need to set the `PYTHONPATH` variable as instructed above.)
0 commit comments