Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E Test: Console Metadata #6346

Open
midleman opened this issue Feb 13, 2025 · 0 comments
Open

E2E Test: Console Metadata #6346

midleman opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
area: console Issues related to Console category. area: ui Issues related to UI category. testing Unit, extension-level, and e2e tests

Comments

@midleman
Copy link
Contributor

midleman commented Feb 13, 2025

Description

Feature: #5999, #6149
Goal: Ensure test coverage for console metadata.
Designs: Link to Miro

Test Cases

Info (Metadata) Button

  • Manual: Verify info button is accessible (aria labels, tabbing keyboard access, etc)
  • Verify metadata contents visible and accurate
  • Verify hyperlinks work and take user to correct channel
    • Kernel Output Channel
    • Language Pack
    • Language Console
  • Ensure for both Python/R

Acceptance Criteria

  • Tests are tagged for: @:console, @:win, @:web
  • Tests are independent and don't rely on each other
  • Tests are reliable and tested for flake (--repeat-each).
  • Tests run successfully in CI on Electron, Windows and Chromium.

QA Notes

You'll need this snippet in your spec to enable the feature:

test.beforeAll(async function ({ userSettings }) {
	await userSettings.set([['positron.multipleConsoleSessions', 'true']], true);
});
@midleman midleman added area: console Issues related to Console category. area: ui Issues related to UI category. testing Unit, extension-level, and e2e tests labels Feb 13, 2025
@midleman midleman added this to the Release Candidate milestone Feb 13, 2025
@midleman midleman self-assigned this Feb 13, 2025
@midleman midleman removed their assignment Feb 13, 2025
@testlabauto testlabauto self-assigned this Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: console Issues related to Console category. area: ui Issues related to UI category. testing Unit, extension-level, and e2e tests
Projects
None yet
Development

No branches or pull requests

2 participants