diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 95172ab1..2f10ad65 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -77,7 +77,7 @@ definitions: - curl http://localhost:8080/beta-login - npm run --prefix client test:cypress:frontend - &frontend-test-parallel - name: run cypress frontend tests + name: run cypress frontend tests parallel caches: - node - clientmodules @@ -94,7 +94,7 @@ definitions: - curl http://localhost:8080/beta-login - npm run --prefix client currents - &component-test - name: run cypress frontend tests + name: run cypress component tests caches: - node - clientmodules