Wrong webpack
version causes selenium-tests
to fail locally
#3397
Labels
bug
Something isn't working
priority:p4
Bugs and spec inconsistencies which do not fall into a higher prioritization
What happened?
Selenium tests are currently not working. This is seemingly due to the config being written for
webpack
v5+Steps to Reproduce
cd ./selenium-tests
npm install
npm run server
<- this will failExpected Result
Server starting up so that tests can be run with
npm run all:local
Actual Result
Server startup fails with:
Additional Details
Can be fixed by using the following webpack versions:
OpenTelemetry Setup Code
package.json
n/a
Relevant log output
see "Actual Result"
The text was updated successfully, but these errors were encountered: