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

[RFC] More robust E2E testing #201

Open
benfdking opened this issue May 15, 2024 · 0 comments
Open

[RFC] More robust E2E testing #201

benfdking opened this issue May 15, 2024 · 0 comments

Comments

@benfdking
Copy link
Collaborator

Background

Our extension is quite difficult to test compared to the rust code. Both the performance of the framework and the amount of investments we have made on testing our TS code mean that our test suites are essentially manual spot checks.

That has led to some little breaks and lapses. We would ideally have an E2E test suite that prevents this.

Proposal

https://medium.com/modern-mainframe/test-automation-with-playwright-for-vs-code-extensions-facilitating-the-growing-interest-in-dcc463f81efa

^ Provides a quick and dirty implementation that is likely to help the reliability. One big downside would be performance and time to merge.

Abandoned Ideas

Sections

Implementation

UX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant