The current version of Cucumber has been expired and now it requires an update in the following files in the CirrusSearch extension.
- page_step.js
- search_step.js
- hook.js
- world.js
It requires to uninstall of current cucumber and then npm install --save-dev @cucumber/cucumber. After that, it requires packages to be loaded as @cucumber/cucumber instead of cucumber. More information can be found at P20601.