From 09f8e5f25abc29160b9ec3a9cc0b3b37af8da96a Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Tue, 16 May 2017 15:11:20 +0900 Subject: [PATCH] Add a documentation of e2e testing in English --- docs/testing.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/testing.md diff --git a/docs/testing.md b/docs/testing.md new file mode 100644 index 00000000..7d7dc96c --- /dev/null +++ b/docs/testing.md @@ -0,0 +1,14 @@ +# Testing for Boostnote +There is e2e tests for Boostnote written in [ava](https://github.com/avajs/ava) and [spectron](https://github.com/electron/spectron). + +## How to run +There is a command for e2e testing bellow: + +``` +$ yarn run test:e2e +``` + +The reason why I seperate aother test command is because of convenience of travisCI. + +## On travisCI +I set e2e tests running on travisCI only master branch. If you're interested in it, please take a look at .travis.yml