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
Copy file name to clipboardExpand all lines: tests/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
* node-webkit didn't ship third party node modules required for testing, you
4
4
need to install them.
5
5
* We use `nw-gyp` to build native modules.
6
-
* We have test case that needs a http server e.g. apache. Please open port 80 and 8080 then put `tests/automatic_tests/node-remote/node_remote_test.html`to the http server document root.
6
+
* We have test cases that need a http server. And we have set up a simple nodejs server with port 8123 and 8124 opened. The http server document root is `tests/server`. You can add ports in `tests/server/server.js`
0 commit comments