Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to point to non localhost frontend for CI e2e run #11919

Closed
giancorderoortiz opened this issue Apr 9, 2021 · 1 comment
Closed

Unable to point to non localhost frontend for CI e2e run #11919

giancorderoortiz opened this issue Apr 9, 2021 · 1 comment
Assignees
Labels
bug Something isn't working infrastructure Infrastructure tasks
Milestone

Comments

@giancorderoortiz
Copy link
Contributor

Would like to run e2e tests in CI so that traffic is generated and captured by dynatrace.

However, it seems that having a base url setup to something other than localhost doesn't work.

See pr here:
#11917

Tried both:
"baseUrl": "https://cx-qa16181492.eastus.cloudapp.azure.com/electronics-spa/en/USD"
and
"baseUrl": "https://cx-qa16181492.eastus.cloudapp.azure.com"

@hackergil
Copy link
Contributor

In versions before 3.2, this is fixed by adding a baseSite to app.module.ts
In versions after 3.2, default baseSite is auto detected. No need to configure a default baseSite.

I fixed this on the QA server and it's working now (it has 3.1).

@Xymmer Xymmer added this to the before-5.0 milestone Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infrastructure Infrastructure tasks
Projects
None yet
Development

No branches or pull requests

3 participants