add an userscript test for Windows

This commit is contained in:
Daniel Schadt 2016-09-06 18:41:24 +02:00
parent 1c76f121a2
commit 0ab1902c98
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
echo open -t %QUTE_URL% >> "%QUTE_FIFO%"

View File

@ -40,3 +40,11 @@ Feature: :spawn
Then the following tabs should be open:
- about:blank
- about:blank (active)
@windows
Scenario: Running :spawn with userscript on Windows
When I open about:blank
And I run :spawn -u (testdata)/userscripts/open_current_url.bat
And I wait until about:blank is loaded
Then the following tabs should be open:
- about:blank
- about:blank (active)