We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
------------------------------ - Operating System: Darwin - Node Version: v21.6.1 - Nuxt Version: 3.11.0 - CLI Version: 3.10.1 - Nitro Version: 2.9.4 - Package Manager: [email protected] - Builder: - - User Config: - - Runtime Modules: - - Build Modules: - ------------------------------
https://stackblitz.com/edit/github-krtpdn?file=test%2Fsomething.spec.ts
Using console.log() within an e2e test doesnt output the test in stdout as well as in devtools "Console" tab. Only seems to work for beforeAll().
console.log()
Try:
bun run test
bun run dev
No logs in tab "Console"
No response
The text was updated successfully, but these errors were encountered:
Start a new pull request in StackBlitz Codeflow.
Sorry, something went wrong.
No branches or pull requests
Environment
Reproduction
https://stackblitz.com/edit/github-krtpdn?file=test%2Fsomething.spec.ts
Describe the bug
Using
console.log()
within an e2e test doesnt output the test in stdout as well as in devtools "Console" tab. Only seems to work for beforeAll().Try:
bun run test
-> No logs in console
bun run dev
, then open devtools -> VitestLogs
No response
The text was updated successfully, but these errors were encountered: