-
-
Notifications
You must be signed in to change notification settings - Fork 906
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
Add tests again to the Github Actions #3973
Conversation
✅ Deploy Preview for origin-betaflight-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Quality Gate failedFailed conditions |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week. |
Pull request closed automatically as inactive. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week. |
Pull request closed automatically as inactive. |
This adds the Github Actions to the PWA (master) version of the Configurator again. In this way we pass the (few) tests that we have and, principally, the lint.
The problem is that tests don't pass right now. The
port_handler.js
access theserialShim()
and seems that the test engine doesn't detect this function. If we fix that thewebSerial.js
will not find thenavigator.serial
.I suppose we need some kind of mock but I'm not too sure how to do it. @Benky I know it has passed a lot of time from this, but maybe you have some time to make this working again? Any other is able to fix this?