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
Since #2064 was merged, the E2E test output only displays all at once after the test has run. I believe this has something to do with the fact that e2e tests are now in separate packages.
Previously, all e2e tests were in one e2e package and so go test was testing a single package. Now go test is testing multiple packages but filtering out all but the relevant one.
Expected Behaviour
Test logs are displayed as the test is running
Steps to Reproduce
Run any e2e test
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
Since #2064 was merged, the E2E test output only displays all at once after the test has run. I believe this has something to do with the fact that e2e tests are now in separate packages.
Previously, all e2e tests were in one
e2e
package and so go test was testing a single package. Now go test is testing multiple packages but filtering out all but the relevant one.Expected Behaviour
Test logs are displayed as the test is running
Steps to Reproduce
Run any e2e test
For Admin Use
The text was updated successfully, but these errors were encountered: