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
@@ -104,23 +104,33 @@ clear and easy to fix (and can be avoided by running `npm t` locally before crea
104
104
But when an integration, or e2e test, fails, it's sometimes useful to consult the log files
105
105
for the run.
106
106
107
-
These can be found by first going to the github page for the PR (for an example, find an open PR at https://github.com/rancher-sandbox/rancher-desktop/pulls?q=is%3Aopen+is%3Apr),
107
+
Here's how to see more details for a failed run:
108
+
109
+
1. The test results can be found by first going to the GitHub page for the PR (for an example, find an open PR at https://github.com/rancher-sandbox/rancher-desktop/pulls?q=is%3Aopen+is%3Apr),
108
110
then look for the list of checks, find the `E2E/Integration Tests` entry, and click on the `Details` link for the first view.
0 commit comments