Skip to content

Commit

Permalink
Prod-Testing-NBC
Browse files Browse the repository at this point in the history
  • Loading branch information
arushsaxena1998 committed Apr 26, 2024
1 parent d93765e commit 4215ad5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ const KEY = process.env.LT_ACCESS_KEY || "accessKey";
// gridUrl: gridUrl can be found at automation dashboard
const GRID_HOST =
process.env.GRID_HOST || "@stage-hub.lambdatestinternal.com/wd/hub"; //connect to lambdatest hub

const GRID_URL = "https://arushs:V7GG7oG5LPQAjaqOejgJfVmgzaIaLNrLMMhhOcxXhaNDgyPnz8@stage-hub.lambdatestinternal.com/wd/hub"
//WfRICjYR1PSzmq21mWvpDuwYRtn5OrzPov4wAbB7Bt8qNaAFC7
// const GRID_URL = "https://arushs:V7GG7oG5LPQAjaqOejgJfVmgzaIaLNrLMMhhOcxXhaNDgyPnz8@stage-hub.lambdatestinternal.com/wd/hub"
const GRID_URL = "https://arushs:WfRICjYR1PSzmq21mWvpDuwYRtn5OrzPov4wAbB7Bt8qNaAFC7@hub.lambdatest.com/wd/hub"
async function searchTextOnGoogle() {
var keys = process.argv;
console.log(keys);
Expand All @@ -34,7 +35,7 @@ async function searchTextOnGoogle() {
accessKey: KEY,
name: "test session", // name of the test
build: platform + browserName + version, // name of the build
"smartUI.project": "[PR: 6208]",
"smartUI.project": "Prod-Testing-NBC",
"smartUI.build": "[PR: 6208]",
github: {
url: process.env.GITHUB_URL,
Expand Down

0 comments on commit 4215ad5

Please sign in to comment.