Skip to content

Commit e8c8bc4

Browse files
authored
initial changes (#109)
1 parent 7388587 commit e8c8bc4

9 files changed

+24
-2
lines changed

features/automatic_spans.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Automatic instrumentation spans
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: AutoInstrumentAppStartsScenario
47
Given I run "AutoInstrumentAppStartsScenario"
58
And I wait for 4 spans

features/configuration.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Configuration overrides
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: Setting fixed sampling probability of 1 with dynamic probability of 0 should send all spans
47
Given I set the sampling probability for the next traces to "0"
58
And I enter unmanaged traces mode

features/correlation.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Error correlation
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: CorrelationSimpleScenario
47
When I run "CorrelationSimpleScenario"
58
* I wait to receive an error

features/initial-p-value.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Initial P values
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: Initial P value of 0
47
Given I set the sampling probability for the next traces to "0"
58
And I run "InitialPScenario"

features/manual_span.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Manual Spans
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: Manual Span
47
When I run "ManualSpanScenario"
58
And I wait for 1 span

features/nested_spans.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Nested Spans
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: Simple Nested Span
47
When I run "SimpleNestedSpanScenario"
58
* I wait for 2 spans

features/network_spans.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Feature: Network Spans
22

3-
#HTTP WRAPPER
3+
Background:
4+
Given I clear the Bugsnag cache
45

56
Scenario: HTTP Get
67
When I run "HttpGetScenario"

features/persistence.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Persistence
22

3-
Background:
3+
Background:
44
Given I clear the Bugsnag cache
55

66
Scenario: Device Id Persists Between Launches

features/resource_attributes.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Resource Attributes
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: Custom release stage
47
When I run "CustomReleaseStageScenario"
58
And I wait for 1 span

0 commit comments

Comments
 (0)