Skip to content

Commit

Permalink
e2e Testing: Add README for editor action bar (#6168)
Browse files Browse the repository at this point in the history
Added README for editor-action-bar tests to log manual tests that can't be automated.
  • Loading branch information
jonvanausdeln authored Jan 30, 2025
1 parent 9ea950e commit 272e475
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/e2e/tests/editor-action-bar/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Editor Action Bar Testing
This group of tests cover the use of the action bar feature on the editor tab(s)

## Manual Tests
- Verify HTML file can be opened directly in a browser from action bar button. See [Issue 6047](https://github.com/posit-dev/positron/issues/6047)
- Open HTML file, then click "Open in Browser" button on action bar. Verify it opens.
- _This can't be automated as it opens a browser window._

## Additional Setup Notes

0 comments on commit 272e475

Please sign in to comment.