From f34183423d0074c5c3aa709fd8e1afee902515e8 Mon Sep 17 00:00:00 2001 From: SuenagaRyota Date: Wed, 4 Oct 2017 11:16:48 +0900 Subject: [PATCH] Updated Tests (markdown) --- Tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests.md b/Tests.md index c5b5ef0..49406d6 100644 --- a/Tests.md +++ b/Tests.md @@ -12,7 +12,7 @@ $ yarn run lin There are 2 types of test in Boostnote, one is unit tests for `dataApi`, another one is unit tests for other modules in `browser/lib/`. # Why no e2e test? -Actually, it was. Spectron was used for e2e test tool. The reason why it was removed is that because it has problems below: +Actually, it was. Spectron was used for our e2e test tool. The reason why it was removed is that because it has problems below: 1. Spectron doesn't support button click in a dialog box so the files for tests remain even after the tests finish 2. It's hard to specify input field due to CodeMirror complication 3. It doesn't run well on CI due to permission \ No newline at end of file