Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Better gulps #20

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Better gulps #20

wants to merge 25 commits into from

Conversation

vidbina
Copy link
Contributor

@vidbina vidbina commented Oct 16, 2015

Fixed testing to use electron-mocha instead of mocha. Made the mistake of forgetting that there may be a discrepancy between the (io|Node).js versions of Electron.js and the dev env. With my commits I addresses that misunderstanding.

vidbina added 25 commits October 1, 2015 17:52
The specs now use `appium-chromedriver` to spawn ChromeDriver and stop
it after the testcases. This way one no longer needs to start
Chromedriver manually and stop it after the tests have been executed
:wink:.
Bundling the transpiled source actually means that we probably could
remove everything in the `compile/src/component` directory as it will be
bundled into `compile/src/app.js`
Just realised that all tests for an electron app need to be executed by
the same node env that runs electron. Rookie mistake and here is an
attempt to rectify it.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant