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
Demo projects npm run test:sec command is unable to execute due to version incompatibility error.
Steps to reproduce
Follw the instructions from README of sectester-js-demo project
Observe results from npm run test:sec command
Actual results
FAIL test/sec/users.e2e-spec.ts (13.551 s)
/users
POST /
× should not have XSS (5555 ms)
GET /:id
× should not have SQLi (5081 ms)
● /users › POST / › should not have XSS
(!) CRITICAL: The current running version is no longer supported, please update @sectester.
at Repeater.handleRegisterError (../packages/repeater/src/lib/Repeater.ts:166:15)
at Repeater.handleRegisterResult (../packages/repeater/src/lib/Repeater.ts:143:12)
at Repeater.register (../packages/repeater/src/lib/Repeater.ts:100:10)
at Repeater.start (../packages/repeater/src/lib/Repeater.ts:62:7)
at SecRunner.init (../packages/runner/src/lib/SecRunner.ts:40:5)
at Object.<anonymous> (sec/users.e2e-spec.ts:48:5)
Expected results
npm run test:sec command is able to start and execute
Acceptance criteria
npm run test:sec command is able to start and execute without version error
The text was updated successfully, but these errors were encountered:
Information
Demo projects
npm run test:sec
command is unable to execute due to version incompatibility error.Steps to reproduce
Follw the instructions from README of sectester-js-demo project
Observe results from
npm run test:sec
commandActual results
Expected results
npm run test:sec
command is able to start and executeAcceptance criteria
npm run test:sec
command is able to start and execute without version errorThe text was updated successfully, but these errors were encountered: