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
After running the test, codecept takes a long time to quit the process. It does not matter if the test succeeds or fails. After the test runs are finished, it just stays at OK in ... or finished teardown hook with --verbose. This happens randomly, sometimes finishing fast, but more often lasting up to several minutes.
Provide console output if related. Use --verbose mode for more details.
✔ OK in 12663ms
--- STARTED "after each" hook: After for"Scenario1" ---
Emitted | provisioning.user.removed ([object Object])
Emitted | provisioning.user.removed ([object Object])
--- ENDED "after each" hook: After for"Scenario1" ---
OK | 1 passed // 16s
started teardown hook
Emitted | provisioning.context.removed ([object Object])
finished teardown hook
✨ Done in 316.64s.
Provide test source code if related
Happens randomly to all tests.
What are you trying to achieve?
I'm trying to run a test.
What do you get instead?
After running the test, codecept takes a long time to quit the process. It does not matter if the test succeeds or fails. After the test runs are finished, it just stays at
OK in ...
orfinished teardown hook
with--verbose
. This happens randomly, sometimes finishing fast, but more often lasting up to several minutes.Details
(cut sensitive data)
The text was updated successfully, but these errors were encountered: