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`をご覧ください。