Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI check #23

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
CI Check
  • Loading branch information
arushsaxena1998 committed Apr 25, 2024
commit e9ea02bcf0cfdc37c70a5c8e2fce0080e8fe3a8f
5 changes: 2 additions & 3 deletions tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ const KEY = process.env.LT_ACCESS_KEY || "accessKey";

// gridUrl: gridUrl can be found at automation dashboard
const GRID_HOST =
process.env.GRID_HOST || "@hub.lambdatest.com/wd/hub"; //connect to lambdatest hub

const GRID_URL = process.env.GRID_URL || "GRID_URL";
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"
async function searchTextOnGoogle() {
var keys = process.argv;
console.log(keys);
Expand Down
Loading