diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-06-04 16:38:01 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-06-05 17:54:31 +0100 |
commit | 0fb90368bb990ffa3ceab8d7ff2d345194f08d6f (patch) | |
tree | 156d120a06d21648b4c1479cd9951115955c1b0c /bin/browser-tests | |
parent | cd16308e716935a03cebf78d019d7baf4d3127a4 (diff) |
[Buckinghamshire] Add flytipping front end test.
Diffstat (limited to 'bin/browser-tests')
-rwxr-xr-x | bin/browser-tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/browser-tests b/bin/browser-tests index 6950c651d..37f542c92 100755 --- a/bin/browser-tests +++ b/bin/browser-tests @@ -14,7 +14,7 @@ use Getopt::Long ':config' => qw(pass_through auto_help); my ($run_server, $run_cypress, $vagrant); my $config_file = 'conf/general.yml-example'; -my $cobrand = [ 'fixmystreet', 'northamptonshire', 'bathnes' ]; +my $cobrand = [ 'fixmystreet', 'northamptonshire', 'bathnes', 'buckinghamshire' ]; my $coords = '51.532851,-2.284277'; my $area_id = 2608; my $name = 'Borsetshire'; @@ -129,7 +129,7 @@ browser-tests [running options] [fixture options] [cypress options] --help this help message Fixture option: - --cobrand Cobrand(s) to use, default is fixmystreet,northamptonshire,bathnes + --cobrand Cobrand(s) to use, default is fixmystreet,northamptonshire,bathnes,buckinghamshire --coords Default co-ordinates for created reports --area_id Area ID to use for created body --name Name to use for created body |