Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ With TestMu AI (Formerly LambdaTest), you can programmatically start, manage, an

### Setup

Clone and install dependencies:
Install the package in your project:

```bash
git clone https://github.com/LambdaTest/node-tunnel && cd node-tunnel
npm install @lambdatest/node-tunnel
```

Expand Down Expand Up @@ -77,7 +76,7 @@ View results on your TestMu AI dashboard.

### Local testing with TestMu AI Tunnel

To test locally hosted apps, set up the TestMu AI tunnel. OS-specific guides:
To test locally hosted apps, set up the TestMu AI tunnel. See the [Testing locally hosted pages](https://www.testmuai.com/support/docs/testing-locally-hosted-pages/?utm_source=github&utm_medium=referral) for the full reference, or jump to an OS-specific guide:

- [Local Testing on Windows](https://www.testmuai.com/support/docs/local-testing-for-windows/)
- [Local Testing on macOS](https://www.testmuai.com/support/docs/local-testing-for-macos/)
Expand Down
6 changes: 4 additions & 2 deletions lib/cfg/node-tunnel-config-v3-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"AuthUrl": "https://accounts.lambdatest.com/api/user/token/auth",
"logEnable": true,
"latest": "4.0.12",
"latest": "4.0.14",
"supportedVersions":
[
"1.0.0",
Expand Down Expand Up @@ -125,6 +125,8 @@
"4.0.9",
"4.0.10",
"4.0.11",
"4.0.12"
"4.0.12",
"4.0.13",
"4.0.14"
]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambdatest/node-tunnel",
"version": "4.0.13",
"version": "4.0.14",
"description": "Nodejs bindings for LambdaTest Tunnel",
"main": "index.js",
"files": [
Expand Down