browsh/webext
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
..
assets Launch and install webextension from client 2018-01-21 11:56:05 +08:00
contrib Move integration tests to Golang CLI client 2018-02-17 14:10:39 +08:00
src Replaced Termbox-go with Tcell 2018-02-14 10:33:39 +08:00
test Move integration tests to Golang CLI client 2018-02-17 14:10:39 +08:00
.eslintrc Refactored webext background script 2018-01-10 22:54:51 +08:00
.web-extension-id First draft of rewrite to Webextension and Rust 2018-01-01 21:50:30 +08:00
background.js Refactored webext background script 2018-01-10 22:54:51 +08:00
content.js Refactored webext background script 2018-01-10 22:54:51 +08:00
manifest.json Release v0.2.11 2018-02-09 11:52:19 +08:00
package-lock.json First draft of integration tests 2018-01-23 20:04:23 +08:00
package.json Move integration tests to Golang CLI client 2018-02-17 14:10:39 +08:00
webpack.config.js Added screenshot feature: press ALT+P 2018-02-01 17:34:25 +08:00