You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be sure that the service status api and persistance is working on an automated test
Goal
So that when changes are performed to the Block-Node server, that unintentionally break this feature, we don't merge the changes until fixed.
Technical Notes
Use the suites project and define a new set of scenarios:
Scenario 1: Query ServerStatus and check with expected data based on test details.
Scenario 2: Restart BlockNode Server, then Query ServerStatus and verify that response matches expected info.
The text was updated successfully, but these errors were encountered:
Persona
As a BlockNode Operator
Request
I want to be sure that the service status api and persistance is working on an automated test
Goal
So that when changes are performed to the Block-Node server, that unintentionally break this feature, we don't merge the changes until fixed.
Technical Notes
Use the
suites
project and define a new set of scenarios:Scenario 1: Query ServerStatus and check with expected data based on test details.
Scenario 2: Restart BlockNode Server, then Query ServerStatus and verify that response matches expected info.
The text was updated successfully, but these errors were encountered: