similarly to 617 the problem is with the parenthesis around I
What are you trying to achieve?
Clone this minimal repo:
https://github.com/GA1/codecept-playground
and run:
yarn && yarn test:functional
I want to get this output
My First Test --
test something
I am on page "https://github.com"
I see "GitHub"
✔ OK in 2466ms
What do you get instead?
steps are not printed
My First Test --
test something
Test: I
✔ OK in 2016ms
Provide console output if related. Use --verbose mode for more details.
Helpers: Puppeteer
Plugins: screenshotOnFail
My First Test --
[1] Starting recording promises
Emitted | suite.before ([object Object])
test something
Emitted | test.before ([object Object])
Emitted | test.start ([object Object])
Emitted | step.before (I am on page "https://github.com")
Emitted | step.after (I am on page "https://github.com")
Emitted | step.before (I see "GitHub")
Emitted | step.after (I see "GitHub")
Emitted | step.start (I am on page "https://github.com")
Test: I
I am on page "https://github.com"
› [Url] https://github.com/
Emitted | step.passed (I am on page "https://github.com")
Emitted | step.finish (I am on page "https://github.com")
Emitted | step.start (I see "GitHub")
I see "GitHub"
Emitted | step.passed (I see "GitHub")
Emitted | step.finish (I see "GitHub")
Emitted | test.passed ([object Object])
Emitted | test.finish ([object Object])
✔ OK in 1624ms
Emitted | test.after ([object Object])
Emitted | suite.after ([object Object])
OK | 1 passed // 2s
Emitted | global.result ([object Object])
Emitted | global.after ([object Object])
✨ Done in 2.42s.
Provide test source code if related
the minimal example (the same as above):
https://github.com/GA1/codecept-playground
Details
similarly to 617 the problem is with the parenthesis around
IWhat are you trying to achieve?
Clone this minimal repo:
https://github.com/GA1/codecept-playground
and run:
yarn && yarn test:functional
I want to get this output
What do you get instead?
steps are not printed
Helpers: Puppeteer Plugins: screenshotOnFail My First Test -- [1] Starting recording promises Emitted | suite.before ([object Object]) test something Emitted | test.before ([object Object]) Emitted | test.start ([object Object]) Emitted | step.before (I am on page "https://github.com") Emitted | step.after (I am on page "https://github.com") Emitted | step.before (I see "GitHub") Emitted | step.after (I see "GitHub") Emitted | step.start (I am on page "https://github.com") Test: I I am on page "https://github.com" › [Url] https://github.com/ Emitted | step.passed (I am on page "https://github.com") Emitted | step.finish (I am on page "https://github.com") Emitted | step.start (I see "GitHub") I see "GitHub" Emitted | step.passed (I see "GitHub") Emitted | step.finish (I see "GitHub") Emitted | test.passed ([object Object]) Emitted | test.finish ([object Object]) ✔ OK in 1624ms Emitted | test.after ([object Object]) Emitted | suite.after ([object Object]) OK | 1 passed // 2s Emitted | global.result ([object Object]) Emitted | global.after ([object Object]) ✨ Done in 2.42s.the minimal example (the same as above):
https://github.com/GA1/codecept-playgroundDetails