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

Support testing with Front-End frameworks (Vue, React) #74

Closed
1 task done
andycall opened this issue Oct 21, 2022 · 0 comments
Closed
1 task done

Support testing with Front-End frameworks (Vue, React) #74

andycall opened this issue Oct 21, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@andycall
Copy link
Member

Should this be an RFC?

  • This is not a substantial change

Description

We now use the DOM API and HTML templates for integration tests specs that can easly handle cases with one or less API.

But in the real world, people are using front-end frameworks to build applications. If we build a test system that integrated with front-end framework, we can cover all cases in our test systems and run production code in our testing system.

Front-end frameworks are higher-level DOM API abstractions, the operation details are hidden inside these frameworks, and if something goes wrong, it will take more time to figure out why.

Alternatives and Workarounds

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant