From 5e03f128759f2d17660960c8d45f5a9808488592 Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Tue, 16 May 2017 15:13:56 +0900 Subject: [PATCH] Add a documentation of e2e testing in Japanese --- docs/jp/testing.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/jp/testing.md diff --git a/docs/jp/testing.md b/docs/jp/testing.md new file mode 100644 index 00000000..5405b036 --- /dev/null +++ b/docs/jp/testing.md @@ -0,0 +1,14 @@ +# Testing for Boostnote +Boostnoteには[ava](https://github.com/avajs/ava)と[spectron](https://github.com/electron/spectron)で書かれたe2eテストがあります。 + +## 実行方法 +以下のe2eテストのコマンドがあります。 + +``` +$ yarn run test:e2e +``` + +もう一つのテストコマンドと分けた理由は、travisCIの都合です。 + +## On travisCI +travisCIではmasterブランチで飲みe2eテストを実行するようにしています。もし興味がある方は `.travis.yml`をご覧ください。