Commit graph

27 commits

Author SHA1 Message Date
Thomas Buckley-Houston 8cf3de33c3 Move integration tests to Golang CLI client
After moving to Tcell and implementing its screen diff updates, we can
no longer watch STDOUT to get frames during integration tests. Instead
we need to use Tcell's SimulationScreen and which has a GetContents()
method. This is actually also a much more robust way of being able to
see what Browsh actually outputs during testing.
2018-02-17 14:10:39 +08:00
Thomas Buckley-Houston 043292d66b README updates
Make it less about me.
2018-02-09 11:33:59 +08:00
Thomas Buckley-Houston 7117eb9965 Added screenshot feature: press ALT+P
In the endless struggle to squash a Travis-specific bug, we now have
screenshots. Currently the screenshots are of the custom block font
state, so you can't read the text. But I'm planning on changing the
default state of the page to use a normal font - such that the
frame builder needs to toggle the block font on to build a frame. This
will make it more likely that screenshots will contain actual text.
2018-02-01 17:34:25 +08:00
Thomas Buckley-Houston 9a82182a9a Don't use --new-instance, -P when launching FF 2018-01-24 10:59:57 +08:00
Thomas Buckley-Houston 318f5c3c34 First draft of integration tests 2018-01-23 20:04:23 +08:00
Timothy Cyrus 6524500745 Update README.md
Fixed Headings in README
2017-05-25 18:16:52 +07:00
Thomas Buckley-Houston 1453c01621 Keyboard mode. For terminals with no/bad mouse support.
Closes #5
2016-06-25 22:30:50 +09:00
Thomas Buckley-Houston 576821fa37 Provide CTRL+ALT+Q to cleanly exit 2016-06-03 13:31:00 +09:00
Thomas Buckley-Houston 287d21916d Mount .ssh volume read-only. Example of mounting system folder. 2016-06-02 11:23:17 +09:00
Thomas Buckley-Houston c4ed739038 README tidying 2016-05-23 16:23:34 +09:00
Thomas Buckley-Houston 0ee394d469 Start noting good/bad terminals. Add instructions for running other apps 2016-05-23 15:57:46 +09:00
Thomas Buckley-Houston 1d03a3a237 Added link to Youtube video 2016-05-23 00:13:31 +09:00
Thomas Buckley-Houston e46884ade5 Updated README with new unicode demo gif 2016-05-23 00:10:23 +09:00
Thomas Buckley-Houston e9f5124a45 'docker run' command for remote install was wrong. 2016-05-22 18:29:58 +09:00
Thomas Buckley-Houston de6a2a1bed Running texttop with a oneliner doesn't get the correct stty size 2016-05-22 12:31:57 +09:00
Thomas Buckley-Houston 496e10fe38 Add note about Docker image's size 2016-05-22 12:20:38 +09:00
Thomas Buckley-Houston ad12822fc6 README typos 2016-05-22 12:03:06 +09:00
Thomas Buckley-Houston 763ec31347 Add note to README about AMD CPU arch. Closes #3 2016-05-22 11:55:54 +09:00
Thomas Buckley-Houston 8052f98627 Rearrange Dockerfile. Update README.
Using mirrors in Dockerfile because default ones were down at
time of writing.
Refactor all build commands into 1 RUN command to try and reduce
the number of cached build layers and thus reduce the size of
the finished image.
2016-05-22 11:19:29 +09:00
Thomas Buckley-Houston ca8b1ba7ed README updates 2016-05-21 22:18:06 +09:00
Thomas Buckley-Houston 053326abc4 Shorten the quickstart command 2016-05-21 19:50:53 +09:00
Thomas Buckley-Houston 6993b876fc Use .gif instead of asciinema embed 2016-05-21 19:38:36 +09:00
Thomas Buckley-Houston 65dda3ea2a Add asciinema gif 2016-05-21 19:21:03 +09:00
Thomas Buckley-Houston e598d84793 Added license and updated README 2016-05-21 18:38:46 +09:00
Thomas Buckley-Houston 9ec5c8c837 Needed to add the dejavu font for hiptext and dbus for firefox. 2016-05-21 18:05:24 +09:00
Thomas Buckley-Houston 4639ea6b58 Updated Dockerfile and README. But now it doesn't work :/ 2016-05-21 17:10:01 +09:00
Thomas Buckley-Houston 8c7071f8e0 Updated Dockerfile with some Go build lines. Added README 2016-05-21 14:20:16 +09:00