mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
Add a documentation of e2e testing in Japanese
This commit is contained in:
14
docs/jp/testing.md
Normal file
14
docs/jp/testing.md
Normal file
@@ -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`をご覧ください。
|
||||||
Reference in New Issue
Block a user