aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2018-11-13 11:26:30 +0000
committerStruan Donald <struan@exo.org.uk>2018-11-19 13:27:44 +0000
commitb35552138fd66673df46747549989d545bbcfa9f (patch)
treeff0d0edf05b94d587e715e3bc37e57d287e3b502 /bin
parentc0c553a862dfb7de74c1e2dd9548bf1c0231c6f6 (diff)
[UK] Front end tests for Highways England layer
Diffstat (limited to 'bin')
-rwxr-xr-xbin/browser-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/browser-tests b/bin/browser-tests
index d77894dcc..2d4ee09ac 100755
--- a/bin/browser-tests
+++ b/bin/browser-tests
@@ -90,7 +90,7 @@ sub run {
if (($run_cypress && !$run_server) || $pid) {
# Parent, run the test runner (then kill the child)
- my $exit = system("cypress", $cmd, '--config', 'fixturesFolder=false,pluginsFile=false,supportFile=false,blacklistHosts=[gaze.mysociety.org,*.openstreetmap.org]', '--project', '.cypress', '--env', "cobrand=$cobrand", @ARGV);
+ my $exit = system("cypress", $cmd, '--config', 'pluginsFile=false,supportFile=false,blacklistHosts=[gaze.mysociety.org,*.openstreetmap.org]', '--project', '.cypress', '--env', "cobrand=$cobrand", @ARGV);
kill 'TERM', $pid if $pid;
exit $exit >> 8;
} else {