Skip to content

Commit

Permalink
Add support for detecting browsers and installing latest Firefox brow…
Browse files Browse the repository at this point in the history
…ser.
  • Loading branch information
garg3133 committed Oct 12, 2022
1 parent 626e2af commit cefb600
Show file tree
Hide file tree
Showing 5 changed files with 392 additions and 10 deletions.
139 changes: 139 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"dependencies": {
"ansi-colors": "^4.1.3",
"axios": "^1.1.2",
"cli-progress": "^3.11.2",
"dotenv": "^16.0.3",
"download": "^8.0.0",
Expand Down
2 changes: 2 additions & 0 deletions src/commands/android/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import {SdkBinary} from './interfaces';
import {getAbiForOS} from './utils/common';

export const NIGHTWATCH_AVD = 'nightwatch-android-11';
export const DEFAULT_FIREFOX_VERSION = '105.1.0';
export const DEFAULT_CHROME_VERSION = '105.0.5195.136';

export const SETUP_CONFIG_QUES: inquirer.QuestionCollection = [
{
Expand Down
Loading

0 comments on commit cefb600

Please sign in to comment.