mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Update roadmap
This commit is contained in:
parent
956beaf1f4
commit
a240c5617c
1 changed files with 2 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue