Update roadmap

This commit is contained in:
Bruno Windels 2018-07-06 11:40:42 +01:00 committed by GitHub
parent 956beaf1f4
commit a240c5617c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`
- run tests with `./node_modules/jest/bin/jest.js`