I want a suite of integration tests built for the Blazor Server Application.
This set of tests will be for the Contract Management.
Can you build the tests based on the functionality available in terms of user roles (Admin/Estate/Viewer), I want these tests to have assertions based on the hard coded test data that's in the application (this can be swapped out at a later date)
I would like tests to cover all the functionality areas including any screens that add/edit/remove.
Any assertions will be done with the Shouldly framework.
I must stress that the only code I am expecting from this is:
A reqnroll feature file
A hooks file to allow control of the browser application (based on playwright)
A file with steps to control the browser application
A file that links the feature file to the application steps code
I will deal with how the application actually gets started up for the testing at a later point
I want a suite of integration tests built for the Blazor Server Application.
This set of tests will be for the Contract Management.
Can you build the tests based on the functionality available in terms of user roles (Admin/Estate/Viewer), I want these tests to have assertions based on the hard coded test data that's in the application (this can be swapped out at a later date)
I would like tests to cover all the functionality areas including any screens that add/edit/remove.
Any assertions will be done with the Shouldly framework.
I must stress that the only code I am expecting from this is:
A reqnroll feature file
A hooks file to allow control of the browser application (based on playwright)
A file with steps to control the browser application
A file that links the feature file to the application steps code
I will deal with how the application actually gets started up for the testing at a later point