diff options
Diffstat (limited to 'testscripts/commands/server.txt')
-rw-r--r-- | testscripts/commands/server.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testscripts/commands/server.txt b/testscripts/commands/server.txt index fd6b200bc..777a91454 100644 --- a/testscripts/commands/server.txt +++ b/testscripts/commands/server.txt @@ -7,6 +7,7 @@ waitServer httpget $HUGOTEST_BASEURL_0 'Title: Hugo Server Test' $HUGOTEST_BASEURL_0 'ServerPort: \d{4,5}' 'myenv: thedevelopment' 'livereload\.js' 'Env: development' 'IsServer: true' httpget ${HUGOTEST_BASEURL_0}doesnotexist 'custom 404' +httpget ${HUGOTEST_BASEURL_0}livereload.js 'function' # By defauilt, the server renders to memory. ! exists public/index.html |