All Projects → d4rkr00t → jest-electron-runner

d4rkr00t / jest-electron-runner

Licence: other
Jest TestRunner to run tests in Electron environment

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to jest-electron-runner

vscode-testcafe
This extension allows you to run TestCafe tests directly from VS Code
Stars: ✭ 48 (-2.04%)
Mutual labels:  test-runner
react-typescript-jest-enzyme-testing
Testing React.JS + TypeScript component with Jest and Enzyme. A simple example for reference.
Stars: ✭ 53 (+8.16%)
Mutual labels:  jest-tests
quasar-testing
Testing Harness App Extensions for the Quasar Framework 1.0+
Stars: ✭ 142 (+189.8%)
Mutual labels:  test-runner
marathon
Cross-platform test runner written for Android and iOS projects
Stars: ✭ 398 (+712.24%)
Mutual labels:  test-runner
eat
Json based scenario testing tool(which can have test for functional and non-functional)
Stars: ✭ 41 (-16.33%)
Mutual labels:  test-runner
laravel-test-watcher
Laravel Test Watcher
Stars: ✭ 20 (-59.18%)
Mutual labels:  test-runner
tester-jest
Tester Jest is a tester provider for the Atom Tester.
Stars: ✭ 21 (-57.14%)
Mutual labels:  test-runner
oletus
Minimal ECMAScript Module test runner
Stars: ✭ 43 (-12.24%)
Mutual labels:  test-runner
WtfReactNativeTesting
Testing React Native Apps ✔️ ✅
Stars: ✭ 62 (+26.53%)
Mutual labels:  jest-tests
ctest
A simple portable C test runner
Stars: ✭ 17 (-65.31%)
Mutual labels:  test-runner
cnode-react
a web app for cnode.org with react + react-router + react-redux
Stars: ✭ 23 (-53.06%)
Mutual labels:  jest-tests
tensorflowjs-remove-background
Remove Background from the picture using WebAssembly & TensorFlow.js
Stars: ✭ 79 (+61.22%)
Mutual labels:  jest-tests
react-typescript
React16 + HMR + typescript + webpack + tslint + tests
Stars: ✭ 21 (-57.14%)
Mutual labels:  jest-tests
finance-project-ddd
Projeto financeiro usando domain driven design, tdd, arquitetura hexagonal e solid
Stars: ✭ 67 (+36.73%)
Mutual labels:  jest-tests
aurelia-typescript-boilerplate
A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack by @w3tecch
Stars: ✭ 18 (-63.27%)
Mutual labels:  jest-tests
elm-doctest
doctest runner against Elm-lang source files
Stars: ✭ 13 (-73.47%)
Mutual labels:  test-runner
test junkie
Highly configurable testing framework for Python
Stars: ✭ 72 (+46.94%)
Mutual labels:  test-runner
vscode-jest-runner
Simple way to run or debug a single (or multiple) tests from context menu
Stars: ✭ 189 (+285.71%)
Mutual labels:  jest-tests
sunshine
Sunshine allows you to manage suits of your automated tests directly from Java code.
Stars: ✭ 12 (-75.51%)
Mutual labels:  test-runner
givens
Easy test setup without side effects.
Stars: ✭ 22 (-55.1%)
Mutual labels:  jest-tests

jest-electron-runner

Jest test runner that executes tests in Electron's BrowserWindow environment, which gives you access to all browser APIs available there.

EXPERIMENTAL. NOT READY FOR ANY SERIOUS USE !!!!

jest electron runner

How to use

Install required packages:

npm install jest jest-electron-runner jest-environment-electron electron

Configure jest:

"jest": {
  "runner": "jest-electron-runner",
  // Environment is important, otherwise jest will use jsdom by default.
  "testEnvironment": "jest-environment-electron"
}

TODO:

  • Coverage
  • Investigate performance with a lot of test suits
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].