Test output doesn't display in console until finished
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- javascript
- Domain
- testing-qa, tooling
Research direction
Reproduce the issue with the shown gulp task and the --steps flag, then start at the gulp-codeception entry point and trace how Codeception output is handled. Done means test steps appear in the console as they complete rather than only after all tests finish; no test file is named in the issue.
Written by the indexing model from the issue text.
Description
When I run codeception manually from the command line, it shows each step of each test as it completes. However, when I use gulp-codeception it doesn't show any of the output until all tests are completely finished and then shows everything all at once. I know it's not a big deal, but it would be nice to see the progress as it's running. Here's my task:
gulp.task('acceptance-test', function() {
gulp.src('')
.pipe(shell('clear'))
.pipe(codecept('', { 'flags': '--steps', notify: true } ))
.on('error', notify.onError({
title: "Failure",
message: "Your acceptance tests failed!",
icon: __dirname + "/build/fail.png"
}))
.pipe(notify({
title: "Success",
message: "All acceptance tests have passed!",
icon: __dirname + "/build/success.png"
}));
});
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from mikeerickson/gulp-codeception
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
mikeerickson/gulp-codeception#5 · 2 comments ·
All issues in mikeerickson/gulp-codeception
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·