Skip to content

Commit 61a543c

Browse files
author
Dan Skinner
committed
run e2e tests over https
1 parent 99b22a6 commit 61a543c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.buildkite/browser-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ steps:
102102
- with: { browser: edge, version: latest }
103103

104104
# BrowserStack non-https
105-
- label: ":browserstack: :{{ matrix.browser }}: {{ matrix.version }} Browser tests${EXTRA_STEP_LABEL}"
105+
- label: ":browserstack: :{{ matrix.browser }}: {{ matrix.version }} Browser non-https tests${EXTRA_STEP_LABEL}"
106106
depends_on: "browser-maze-runner-legacy-${USE_CDN_BUILD}"
107107
timeout_in_minutes: 30
108108
plugins:

test/browser/features/device-id.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: Device ID persistence
88

99
# reload the page to prove the ID was persisted and not just available in
1010
# memory somehow
11-
When I navigate to the test URL "/retry-scenario"
11+
When I navigate to the test URL "/docs/retry-scenario"
1212
And I wait to receive a sampling request
1313
And I click the element "send-first-span"
1414
And I wait for 1 span

test/browser/features/resource-load-spans.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Feature: Resource Load Spans
33
@requires_resource_load_spans
44
Scenario: Resource load spans are automatically instrumented (NPM build)
55
Given I set the sampling probability to "0.999999"
6-
And I navigate to the test URL "/resource-load-spans"
6+
And I navigate to the test URL "/docs/resource-load-spans"
77
And I wait to receive a sampling request
88

99
When I click the element "end-span"
@@ -33,7 +33,7 @@ Feature: Resource Load Spans
3333
@requires_resource_load_spans
3434
Scenario: Resource load spans are automatically instrumented (CDN build)
3535
Given I set the sampling probability to "0.999999"
36-
And I navigate to the test URL "/resource-load-spans"
36+
And I navigate to the test URL "/docs/resource-load-spans"
3737
And I wait to receive a sampling request
3838

3939
When I click the element "end-span"

test/react-native/features/traceparent.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Feature: Trace propagation headers
66
And I wait to receive 5 reflections
77

88
And I wait for 5 spans
9-
Then every span string attribute "http.url" matches the regex "^https:\/\/.+:\d{4}\/reflect$"
9+
Then every span string attribute "http.url" matches the regex "^http(s)?:\/\/.+:\d{4}\/reflect$"
1010

1111
And the reflection request method equals "GET"
1212
And the reflection "X-Test-Header" header equals "test"

0 commit comments

Comments
 (0)