Skip to content

Commit

Permalink
Update docs/web-apps/automated-testing/_partials/_advanced-playwright.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Plischke <[email protected]>
  • Loading branch information
tianfeng92 and alexplischke authored Sep 13, 2023
1 parent 590411a commit 357a9b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ demo-todo-app-Routing-should-allow-me-to-display-all-items-chromium
demo-todo-app-Routing-should-allow-me-to-display-all-items-chromium/test-finished-1.png
```

However, Sauce Labs only supports uploading flattened files, which means that `test-finished-1.png` would be uploaded and overwritten, resulting in only one `test-finished-1.png` existing.
However, Sauce Labs only supports a flat file hiearchy, which means that `test-finished-1.png` would be uploaded and overwritten, since only one file named `test-finished-1.png` can be stored.
:::

0 comments on commit 357a9b6

Please sign in to comment.