diff --git a/docs/jp/testing.md b/docs/jp/testing.md index 5405b036..bad37355 100644 --- a/docs/jp/testing.md +++ b/docs/jp/testing.md @@ -1,7 +1,8 @@ # Testing for Boostnote +## e2eテスト Boostnoteには[ava](https://github.com/avajs/ava)と[spectron](https://github.com/electron/spectron)で書かれたe2eテストがあります。 -## 実行方法 +### 実行方法 以下のe2eテストのコマンドがあります。 ``` @@ -10,5 +11,5 @@ $ yarn run test:e2e もう一つのテストコマンドと分けた理由は、travisCIの都合です。 -## On travisCI +### travisCIでは travisCIではmasterブランチで飲みe2eテストを実行するようにしています。もし興味がある方は `.travis.yml`をご覧ください。