Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Sep 12, 2016
1 parent 05c504d commit de8e2ce
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
@@ -1,8 +1,8 @@
Travis-ci (linux, macOS): [![Build Status](https://travis-ci.org/itbeaver/electron-boilerplate.svg?branch=master)](https://travis-ci.org/itbeaver/electron-boilerplate)
Appveyor (windows): [![Build status](https://ci.appveyor.com/api/projects/status/1d73w4yiq4d63xlm/branch/master?svg=true)](https://ci.appveyor.com/project/misteral/electron-boilerplate/branch/master)

electron-boilerplate
==============

[![Build Status](https://travis-ci.org/szwacz/electron-boilerplate.svg?branch=master)](https://travis-ci.org/szwacz/electron-boilerplate) [![Build status](https://ci.appveyor.com/api/projects/status/s9htc1k5ojkn08fr?svg=true)](https://ci.appveyor.com/project/szwacz/electron-boilerplate)

Minimalistic yet comprehensive boilerplate application for [Electron runtime](http://electron.atom.io).

Provides cross-platform development environment, which works the same way on OSX, Windows and Linux, and allows you to generate ready for distribution installers of your app for those operating systems.
Expand Down Expand Up @@ -107,8 +107,6 @@ npm test
```
Test task searches for all files in `src` directory which respect pattern `*.spec.js`.

Those tests can be plugged into [continuous integration system](https://github.com/atom/electron/blob/master/docs/tutorial/testing-on-headless-ci.md).

### End to end tests

Using [mocha](https://mochajs.org/) test runner and [spectron](http://electron.atom.io/spectron/). Run with command:
Expand All @@ -117,6 +115,10 @@ npm run e2e
```
The task searches for all files in `e2e` directory which respect pattern `*.e2e.js`.

### Continuous integration

Electron [can be plugged](https://github.com/atom/electron/blob/master/docs/tutorial/testing-on-headless-ci.md) into CI systems. Here two CIs are already configured for you. [Travis CI](https://travis-ci.org/) covers testing on OSX and Linux and [App Veyour](https://www.appveyor.com) on Windows.

# Making a release

**Note:** There are various icon and bitmap files in `resources` directory. Those are used in installers and are intended to be replaced by your own graphics.
Expand Down

0 comments on commit de8e2ce

Please sign in to comment.