qutebrowser/tests/end2end/data
Daniel Schadt b0114768c7 fix spawn tests on Windows
On Windows, no echo.exe exists normally, so calling echo from the tests
is no good idea, since it relies on Cygwin to be installed and in %PATH%
(so that echo.exe is available).

This fixes this by providing a small echo.bat which is callable from the
tests, and then using a platform-specific path to the executable instead
of the hardcoded "echo". This should ensure that the tests pass even on
systems where echo.exe is not installed.

Note that we can't simply use a do-nothing exe (like rundll or hh.exe),
as we're passing parameters, and those executables may behave
differently in the presence of those parameters.
2016-09-08 23:14:10 +02:00
..
backforward Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
downloads BDD: Use :click-element instead of hints 2016-08-18 16:25:58 +02:00
hints tests: Allow to mark files as qtwebengine_todo 2016-08-18 23:28:37 +02:00
insert_mode_settings/html Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
javascript QtWebEngine: Don't add invalid URLs to history 2016-09-05 15:08:00 +02:00
keyinput Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
misc Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
navigate added closing body tag 2016-08-04 15:43:58 +03:00
numbers Update number files 2016-07-26 13:57:35 -04:00
prompt BDD: Use :click-element instead of hints 2016-08-18 16:25:58 +02:00
scroll Handle elements which are out of view correctly 2016-09-04 21:09:15 +02:00
sessions Move various session unit tests to BDD tests 2016-09-06 13:55:28 +02:00
ssl Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
userscripts fix spawn tests on Windows 2016-09-08 23:14:10 +02:00
äöü.html Add BDD tests for new history code 2016-06-08 15:15:54 +02:00
caret.html Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
click_element.html Add a test for :click-element with --target 2016-08-18 15:58:46 +02:00
editor.html tests: Use :click-element in editor.feature 2016-08-18 15:58:40 +02:00
hello2.txt Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
hello3.txt Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
hello.txt Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
hinting.txt Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
invalid_link.html Improve error message when clicking invalid link 2016-06-09 17:43:33 +02:00
l33t.txt Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
marks.html BDD: Use :click-element instead of hints 2016-08-18 16:25:58 +02:00
paste_primary.html Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
reload.txt Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
search.html Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
smart.txt Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
title with spaces.html Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
title.html Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
words.txt Clean up end2end test file structure 2016-05-29 18:20:00 +02:00