mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
12 lines
493 B
Gherkin
12 lines
493 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
|