-
Notifications
You must be signed in to change notification settings - Fork 8
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
Linux appimage wdio #5
Conversation
…tions on select-devices)
…d have 22.03.0 release on file system
…d have 22.03.0 release on file system II
…70 Bytes) is so small that is an issue on test
…ll (70 Bytes) that make an issue
… CheckResourcesOfficialRelease pages; added test for checking the already downloaded signature file
…udex's ktool tests isolated
…ts); added support to maixpy_dock (-dan option on flash); fixed many tests
I) removed oldest firmwares options II) firmwares to choose will be only the latest official and odudex krux_binaries III) improved tests IV) added support to maixpy_dock (-dan option on flash) V) using electron 24.1.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work from @qlrd ! THX A LOT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not qualified to inspect the code details, but the project seems very well structured. I tested both Linux and Windows installers with different target devices and it worked flawlessly. This is awesome for the project! Congratulations and thank you for your work!
fixed patch-win task
This pull request has some major updates:
I) Running on electron 24.1.2
II) Added support for
maixpy_dock
device (many thanks to @tadeubas for finding the problem and @odudex for for indicating the solution);III) Added automated E2E tests with webdriver.io;
IV) Improved pipeline (lint, build, test, upload artifacts) on github-actions;
V) All updates are for
AppImage
for Linux andNSIS
Installer setup for Windows;Minor updates:
I) Update many packages that was flagged with vulnerabilities by dependabot;
II) a timeout between check and download pages;
III) only the latest official version of krux's firmware and test version of @odudex firmware are listed on
Select Version
buttons (@odudex and @tadeubas suggestion);IV) showing the complete command to users on binary verification and flashing process;