neon/test/electron
K.J. Valencik f3a96aaa7d
Some checks failed
Lints / lint (14.x, nightly) (push) Has been cancelled
Test on Linux / build (12.x, beta) (push) Has been cancelled
Test on Linux / build (12.x, nightly) (push) Has been cancelled
Test on Linux / build (12.x, stable) (push) Has been cancelled
Test on Linux / build (14.x, beta) (push) Has been cancelled
Test on Linux / build (14.x, nightly) (push) Has been cancelled
Test on Linux / build (14.x, stable) (push) Has been cancelled
Test on Linux / build (16.x, beta) (push) Has been cancelled
Test on Linux / build (16.x, nightly) (push) Has been cancelled
Test on Linux / build (16.x, stable) (push) Has been cancelled
Test on MacOS / build (12.x, beta) (push) Has been cancelled
Test on MacOS / build (12.x, nightly) (push) Has been cancelled
Test on MacOS / build (12.x, stable) (push) Has been cancelled
Test on MacOS / build (14.x, beta) (push) Has been cancelled
Test on MacOS / build (14.x, nightly) (push) Has been cancelled
Test on MacOS / build (14.x, stable) (push) Has been cancelled
Test on MacOS / build (16.x, beta) (push) Has been cancelled
Test on MacOS / build (16.x, nightly) (push) Has been cancelled
Test on MacOS / build (16.x, stable) (push) Has been cancelled
Test on Windows / build (12.x, beta) (push) Has been cancelled
Test on Windows / build (12.x, nightly) (push) Has been cancelled
Test on Windows / build (12.x, stable) (push) Has been cancelled
Test on Windows / build (14.x, beta) (push) Has been cancelled
Test on Windows / build (14.x, nightly) (push) Has been cancelled
Test on Windows / build (14.x, stable) (push) Has been cancelled
Test on Windows / build (16.x, beta) (push) Has been cancelled
Test on Windows / build (16.x, nightly) (push) Has been cancelled
Test on Windows / build (16.x, stable) (push) Has been cancelled
Merge pull request #676 from neon-bindings/dependabot/npm_and_yarn/test/electron/electron-11.1.0
build(deps-dev): bump electron from 11.0.4 to 11.1.0 in /test/electron
2021-05-18 11:09:28 -04:00
..
src test(electron): Update electron test to n-api 2020-12-04 14:30:21 -05:00
test test(electron): Update electron test to n-api 2020-12-04 14:30:21 -05:00
Cargo.toml Switch N-API tests to cargo-cp-artifact from neon-build 2021-02-24 12:01:40 -05:00
index.html test(electron): Update electron test to n-api 2020-12-04 14:30:21 -05:00
main.js test(electron): Update electron test to n-api 2020-12-04 14:30:21 -05:00
package-lock.json Merge pull request #676 from neon-bindings/dependabot/npm_and_yarn/test/electron/electron-11.1.0 2021-05-18 11:09:28 -04:00
package.json build(deps-dev): bump electron from 11.0.4 to 11.1.0 in /test/electron 2021-02-24 20:14:16 +00:00
preload.js test(electron): Update electron test to n-api 2020-12-04 14:30:21 -05:00
README.md Add electron tests 2019-09-09 12:27:29 -04:00
renderer.js test(electron): Update electron test to n-api 2020-12-04 14:30:21 -05:00

neon-electron-quick-start

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation combined with Neon.