From 847310f2145080c96aec4159f0c970bda48483d0 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 27 Feb 2018 19:22:22 -0700 Subject: [PATCH] ammended to test on bs --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 932cb109c..f0160318e 100644 --- a/circle.yml +++ b/circle.yml @@ -21,7 +21,7 @@ integration: &integration command: ./bin/cli setup --defaults - run: name: Run the integration tests - command: yarn e2e:ci + command: yarn e2e --reports-folder "./test/e2e/reports" --bs-key "$BROWSERSTACK_KEY" --retries "1" --timeout "10000" --browsers "$E2E_BROWSERS" version: 2 jobs: