updated webpack version for selenium-tests#3456
updated webpack version for selenium-tests#3456legendecas merged 7 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3456 +/- ##
==========================================
- Coverage 93.77% 93.76% -0.02%
==========================================
Files 248 248
Lines 7567 7567
Branches 1580 1580
==========================================
- Hits 7096 7095 -1
- Misses 471 472 +1
|
Signed-off-by: SaumyaBhushan <saumya@knoldus.com>
pichlermarc
left a comment
There was a problem hiding this comment.
Thanks for taking the time to work on this 🙂
Just one comment from my side and we can get this over the finish line 🙂
Co-authored-by: Marc Pichler <marcpi@edu.aau.at>
thanks @pichlermarc for your suggestions . I have committed those suggestions. please have a review. |
|
Thanks @SaumyaBhushan, please also move the changelog entry to the unreleased section 🙂 |
Done @pichlermarc |
Which problem is this PR solving?
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #3397
#3397
Short description of the changes
Selenium tests are currently not working. This is seemingly due to the config being written for webpack v5+
Type of change
fixed by using the following webpack versions:
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: