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

test: Test cases for NodeFilter and TreeWalker #252

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

MasonPinZ
Copy link
Contributor

@MasonPinZ MasonPinZ commented Sep 12, 2022

This PR contains test cases for NodeFilter API and TreeWalker API. They are mainly for testing issues #253 and #254.

  • tests/platform/node-filter: test case for NodeFilter
  • tests/platform/tree-walker: test case for TreeWalker

To run the test cases:

npx playwright test tests/platform/node-filter --browser=chromium
npx playwright test tests/platform/tree-walker --browser=chromium

To view and run the test cases manually:

npm run serve

Then open the following pages in browser:
http://localhost:4000/tests/platform/node-filter/
http://localhost:4000/tests/platform/tree-walker/

@vercel
Copy link

vercel bot commented Sep 12, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
partytown ✅ Ready (Inspect) Visit Preview Sep 12, 2022 at 3:01AM (UTC)

@mhevery mhevery merged commit e5fbbac into BuilderIO:main Aug 2, 2023
mhevery added a commit that referenced this pull request Aug 2, 2023
@mhevery
Copy link
Contributor

mhevery commented Aug 2, 2023

Had to revert as it was failing the main

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

Successfully merging this pull request may close these issues.

2 participants