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 Testing #13

Closed
danstarns opened this issue Sep 3, 2023 · 1 comment
Closed

E2E Testing #13

danstarns opened this issue Sep 3, 2023 · 1 comment
Labels

Comments

@danstarns
Copy link
Member

danstarns commented Sep 3, 2023

Problem

The UI as of date completely untested, and while we can add unit tests to the components, we should also adopt an E2E approach to test the full functionality of the UI and the components like the collector and traced schema that feed the debugger.

Solution

We should add a directory or packages in the mono repo called e2e tests, this will spawn a collector and UI, then leverage Puppeteer to interact with, view, and manipulate the UI while asserting changes across the stack.

This was referenced Sep 3, 2023
@danstarns
Copy link
Member Author

909247a

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

No branches or pull requests

1 participant