From a2a93803a9d9f90ea7e5040460a488badc0dde6d Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 14 Feb 2019 18:27:33 +0100 Subject: [PATCH] Add script for local cypress testing with pipenv --- pipenv-cypress.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pipenv-cypress.sh diff --git a/pipenv-cypress.sh b/pipenv-cypress.sh new file mode 100644 index 00000000..91ea7193 --- /dev/null +++ b/pipenv-cypress.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +pipenv run npm run open:cypress --prefix client