add an userscript test for Windows
This commit is contained in:
parent
1c76f121a2
commit
0ab1902c98
1
tests/end2end/data/userscripts/open_current_url.bat
Normal file
1
tests/end2end/data/userscripts/open_current_url.bat
Normal file
@ -0,0 +1 @@
|
||||
echo open -t %QUTE_URL% >> "%QUTE_FIFO%"
|
@ -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)
|
Loading…
Reference in New Issue
Block a user