horacioh / electron-explorations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Explorations

this is a repo with some explorations building Electron apps

table of Contents:

TODOs

  • Testing
    • run tests locally
    • run tests in CI
    • check for elements visibility
    • fill form elements
    • navigation
    • Electron menus
    • moving window
  • CI/CD
    • build app locally
    • action to build app and create artifacts
    • action to test app on every push/PR

Frontend using React

References

E2E testing using Playwright

This demo uses Playwright to test the Built version of the Electron app. The Electron package of playwright is in Beta now, but it has the required modules for us to do proper E2E tests.

References

CI/CD using Github Actions

References

Cross-platform build

References

About


Languages

Language:TypeScript 97.9%Language:HTML 1.2%Language:CSS 0.9%