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

Migrate all tests to puppeteer, remove zombie test dependency #416

Merged
merged 11 commits into from
Aug 28, 2023

Conversation

shakeelmohamed
Copy link
Member

@shakeelmohamed shakeelmohamed commented Jul 30, 2023

There is likely a breaking change in mocha since v7 which is causing the tests to hang.
One of those changes is the deprecation of mocha.opts, though there may be other issues to address.

CI will be good to go once the workflow branch is merged in, but CI itself will hang until this issue if fixed.

A possible solution is replacing zombie with Puppeteer for headless testing

@OpherM
Copy link

OpherM commented Aug 23, 2023

Is there any issue to be resolved?

@shakeelmohamed
Copy link
Member Author

@OpherM Hello, yes. I just reproduced the hang by running npm test locally on Node.js 16.20.1

@shakeelmohamed shakeelmohamed marked this pull request as ready for review August 28, 2023 08:46
@shakeelmohamed shakeelmohamed changed the title mocha is broken at the moment, tests are hanging Migrate all tests to puppeteer, remove zombie test dependency Aug 28, 2023
@shakeelmohamed shakeelmohamed merged commit fe98cd0 into main Aug 28, 2023
3 checks passed
@shakeelmohamed shakeelmohamed deleted the update-mocha branch August 28, 2023 08:54
@shakeelmohamed shakeelmohamed mentioned this pull request Aug 28, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants