> For the complete documentation index, see [llms.txt](https://shoppinpal.gitbook.io/docs-shoppinpal-com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppinpal.gitbook.io/docs-shoppinpal-com/appendix/debug-e2e-tests-on-circleci.md).

# Debug e2e Tests on CircleCI

1. Click on "Rebuild with SSH"
2. SSH to the circleci Instance with following command

```
ssh -p <ssh_port> <instance_ip> -L 5901:localhost:5900
```

Where,

**5901** is your localhost port mapped to the **5900** port of CircleCI instance

Now Open VNC client and put below address

```
localhost:5901
```

upon asking for password enter `secret` as password.

and you will now be able to view the tests running in remote browser.
