Commit graph

16 commits

Author SHA1 Message Date
Bruno Windels
5129bb57b6 log all requests with their response code 2018-07-31 10:35:21 +02:00
Bruno Windels
5cd52e2ebd show browser logs on error 2018-07-31 10:35:21 +02:00
Bruno Windels
976f041bba remove test exit, and use port we are semi-sure is free 2018-07-31 10:35:21 +02:00
Bruno Windels
e8f626ba18 exit on error 2018-07-31 10:35:21 +02:00
Bruno Windels
edf37e3592 add support for passing chrome path as env var 2018-07-31 10:35:21 +02:00
Bruno Windels
a6304ce83e now the output isn't overwhelming anymore, output what's happening at every step 2018-07-27 13:43:12 +02:00
Bruno Windels
1643b9552e test default server setup for signup 2018-07-23 11:20:07 +02:00
Bruno Windels
5934bebafb change test user name 2018-07-23 10:36:03 +02:00
Bruno Windels
515e34cfde turn headless back on 2018-07-20 18:59:45 +02:00
Bruno Windels
a74a753a05 working consent test by accepting server notices invite and clicking on link, also create room 2018-07-20 18:51:25 +02:00
Bruno Windels
9a2d32e642 accept terms when joining 2018-07-10 19:26:47 +02:00
Bruno Windels
9c5e43a693 cleanup 2018-07-09 18:40:25 +02:00
Bruno Windels
d4682eb5e6 apply code style 2018-07-09 18:35:47 +02:00
Bruno Windels
400327a0f1 add test for joining preexisting room 2018-07-09 18:21:05 +02:00
Bruno Windels
5c4f92952f move tests to separate file 2018-07-09 17:51:02 +02:00
Bruno Windels
b76c3a1842 don't use jest and just run test code sequentially
since a lot of tests will be interdepent and need to happen in order,
it seems easier to not use a test runner enforcing tests to be semi-independent
and instead just run the code and have some logging code to see where
a problem occurs
2018-07-09 17:43:21 +02:00