Skip to content

Test App Server

buck54321 edited this page Apr 28, 2020 · 2 revisions

The client's GUI app can connect to a test app server. This allows testing of the UI without the need to configure dcrdex, dexc or the wallets and server backends.

To run the test server, navigate to client/webserver and run

go test -tags live -timeout 60m

In your browser, navigate to localhost:54321.

Clone this wiki locally