-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(options): add multiple openPage
support
#2266
feat(options): add multiple openPage
support
#2266
Conversation
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.
Good job, some notes
Also please accept CLA |
Codecov Report
@@ Coverage Diff @@
## master #2266 +/- ##
==========================================
+ Coverage 93.9% 93.92% +0.01%
==========================================
Files 34 34
Lines 1280 1283 +3
Branches 368 369 +1
==========================================
+ Hits 1202 1205 +3
Misses 71 71
Partials 7 7
Continue to review full report at Codecov.
|
openPage
support
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.
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.
One note and we can merge
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.
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.
Thanks!
@hiroppy @evilebottnawi any ideas on the failing tests? |
@digitaljohn sometimes chromeless failed on windows due unknown reason, so CI failed, don't worry |
For Bugs and Features; did you add new tests?
Yes and added an example.
Motivation / Use-Case
Closes issue #2265
Breaking Changes
No breaking changes
Additional Info
Added the ability to specify multiple windows to open using the existing
openPage
option. An array can now be set in thedevServer
Webpack config object or if using the--open-page
CLI option a comma-delimited-list can be specified.API:
CLI: