-
Notifications
You must be signed in to change notification settings - Fork 2
refactor: @W-18185459@ as npm module #47
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
base: main
Are you sure you want to change the base?
Conversation
refactored code to make it more like a framework @W-18185459@
Co-authored-by: Cristina Cañizales <[email protected]>
chore: wip chore: wip chore: wip chore: wip
run: npm install -g @salesforce/cli | ||
- name: Display chromedriver version | ||
run: chromedriver --version | ||
- name: Setup Fluxbox and Xvfb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got this fix from: SeleniumHQ/selenium#15327 (comment)
run: npm ci | ||
- name: Install Salesforce CLI | ||
run: npm install -g @salesforce/cli | ||
- name: Display chromedriver version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically don't need the Display chromedriver version
, seemed like a nice to have - but can remove it if folks don't like it.
refactored code to make it more like a framework
@W-18185459@