You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening CodeceptUI or graphical test runner on browser via npm run codeceptjs:ui command on terminal
What do you get instead?
# the error below`Cannot find module '../../node_modules/codeceptjs/lib/scenario.js'`
I am using the latest version of "@codeceptjs/ui": "1.2.2" , but the command "npm run codeceptjs:ui" is failing with an error as below with "codeceptjs": "3.7.0" or the latest (as of now 3.7.2).
With few research, I found out that the CodeceptUI is working until CodeceptJS 3.6.10 and failing with this error due to @codeceptjs/ui/lib/api/new-test.js is referring the non existing module scenario.js from codeceptjs since 3.7.0.
System details
CodeceptJS version: 3.7.0 (or above, the latest: 3.7.2 at that time of raising this issue)
CodeceptJS/UI version: 1.2.2 (the latest at that time of raising this issue)
NodeJS Version: 20.11.0
Operating System: Mac OS
Could you please check this issue?
The text was updated successfully, but these errors were encountered:
suryakrish
changed the title
CodeceptUI version 1.2.2 is not working with codeceptjs version 3.7.0 or above
CodeceptUI version 1.2.2 is not opening UI with codeceptjs version 3.7.0 or above
Feb 28, 2025
suryakrish
changed the title
CodeceptUI version 1.2.2 is not opening UI with codeceptjs version 3.7.0 or above
CodeceptUI version 1.2.2 is not opening graphical test runner with codeceptjs version 3.7.0 or above
Feb 28, 2025
What are you trying to achieve?
Opening CodeceptUI or graphical test runner on browser via
npm run codeceptjs:ui
command on terminalWhat do you get instead?
I am using the latest version of
"@codeceptjs/ui": "1.2.2"
, but the command"npm run codeceptjs:ui"
is failing with an error as below with"codeceptjs": "3.7.0"
or the latest (as of now3.7.2
).With few research, I found out that the CodeceptUI is working until CodeceptJS 3.6.10 and failing with this error due to
@codeceptjs/ui/lib/api/new-test.js
is referring the non existing modulescenario.js
from codeceptjs since 3.7.0.System details
Could you please check this issue?
The text was updated successfully, but these errors were encountered: