mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
17 lines
852 B
Gherkin
17 lines
852 B
Gherkin
Feature: Bridge send remote notification observability metrics
|
|
Background:
|
|
Given there exists an account with username "[user:user1]" and password "password"
|
|
Then it succeeds
|
|
When bridge starts
|
|
Then it succeeds
|
|
|
|
Scenario: Test all possible gluon error observability metrics
|
|
When the user logs in with username "[user:user1]" and password "password"
|
|
And the user with username "[user:user1]" sends all possible gluon error observability metrics
|
|
Then it succeeds
|
|
|
|
Scenario: Test newly opened IMAP connections in Gluon exceed threshold metric
|
|
When the user logs in with username "[user:user1]" and password "password"
|
|
And the user with username "[user:user1]" sends a Gluon metric indicating that the number of newly opened IMAP connections within some interval have exceed a threshold value
|
|
Then it succeeds
|