When I test WikiLambda from my local environment and target the betacluster
and run npm run selenium-test -- --spec tests/selenium/specs/basic.js to run only the basic.js test file
then the rendering of the page crashes.
The problem is only intermittent so to get it to fail more consistently you can instead run this, which will run the tests 10 times and more quickly reproduce the failure in basic.js:
npm run browser-stress-test -- --target-file="basic.js" --execution-number="10"
Node 16.19.1
Chrome version 118.0.5993.117
MacOS 14.2.1
Acceptance criteria:
The browser should not crash