mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
feat(BRIDGE-37): Remote notification support
This commit is contained in:
17
tests/features/observability/remote_notification.feature
Normal file
17
tests/features/observability/remote_notification.feature
Normal file
@ -0,0 +1,17 @@
|
||||
Feature: Bridge send remote notification observability metrics
|
||||
Background:
|
||||
Given there exists an account with username "[user:user1]" and password "password"
|
||||
And there exists an account with username "[user:user2]" and password "password"
|
||||
Then it succeeds
|
||||
When bridge starts
|
||||
Then it succeeds
|
||||
|
||||
|
||||
Scenario: Send notification 'received' and 'processed' observability metric
|
||||
When the user logs in with username "[user:user1]" and password "password"
|
||||
And the user with username "[user:user1]" sends the following remote notification observability metric "received"
|
||||
Then it succeeds
|
||||
And the user with username "[user:user1]" sends the following remote notification observability metric "processed"
|
||||
Then it succeeds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user