From a240c5617c416034f4d544d00c157eef684c7605 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 6 Jul 2018 11:40:42 +0100 Subject: [PATCH] Update roadmap --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 349e0294b7..fdbd0caf3b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This repository contains tests for the matrix-react-sdk web app. The tests fire - get rid of jest, as a test framework won't be helpful to have a continuous flow going from one use case to another (think: do login, create a room, invite a user, ...). a test framework usually assumes the tests are semi-indepedent. - better error reporting (show console.log, XHR requests, partial DOM, screenshot) on error - cleanup helper methods +- add more css id's/classes to riot web to make css selectors in test less brittle. - avoid delay when waiting for location.hash to change - more tests! - setup installing & running riot and synapse as part of the tests @@ -24,4 +25,4 @@ This repository contains tests for the matrix-react-sdk web app. The tests fire - have a local synapse running at `localhost:8008` ### Run tests - - run tests with `./node_modules/jest/bin/jest.js` \ No newline at end of file + - run tests with `./node_modules/jest/bin/jest.js`