syndesisio / syndesis-ui

The front end application or UI for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis.io/
14 stars 28 forks source link

Refactor protractor conf to support multiple environments #332

Closed jludvice closed 7 years ago

jludvice commented 7 years ago

Use different commands for different environments

# defaults to local
yarn e2e
# rely on local devel server running - http://localhost:4200
yarn e2e:local

# use ui from openshift
yarn e2e:ipaas-qe
jludvice commented 7 years ago

Resolved by #333