-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Enhance light housefeature2 #1050
Enhance light housefeature2 #1050
Conversation
2- Add Test class to test the report generation 3- Add the Node JS script to the project folder
1- Add GoogleChromePort Prop
Add new TC Edit DriverFactoryHelper
2- Edit the Test classes to test the report generation 3- Edit Node js Script
1- Add DriverFactoryHelper.java to use options
…into LHFixChanges � Conflicts: � src/main/java/io/github/shafthq/shaft/driver/DriverFactoryHelper.java
Lh fix changes2
1- Add AddNodeModules.sh file
Update script3
…into UpdateScript3 � Conflicts: � AddNodeModules.sh
Feature/lighthouse
Add Latest Files
Feature/lighthouse1
Add new Enhancements on Lighthouse class
Codecov Report
@@ Coverage Diff @@
## main #1050 +/- ##
=============================================
+ Coverage 33.36% 49.36% +16.00%
- Complexity 760 1230 +470
=============================================
Files 106 106
Lines 9761 9806 +45
Branches 1004 1010 +6
=============================================
+ Hits 3257 4841 +1584
+ Misses 5936 4339 -1597
- Partials 568 626 +58
... and 66 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
public void writeNodeScriptFileInProjectDirectory() { | ||
List<String> commandsToServeLHReport; | ||
if (SystemUtils.IS_OS_WINDOWS) { | ||
commandsToServeLHReport = Arrays.asList("import puppeteer from 'puppeteer';\n" + |
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.
Try using a multiline string to enhance this block
No description provided.