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
Inside pocketbase plugin there are some repetitions that can be avoided:
Given I send create_parameters '' and send record_parameters '' and create record
Given I send update_parameters '' and send record_parameters '' and update record
Given I send delete_parameters '' and delete record
In the above example the action is specified both in the input data and also in the identifier of the statement. Maybe a better solution can be found (possibly by using a single world to indicate a input data in order to have better looking statements).
Finally the following statement
Given I send url '' and send send_parameters '' and send request
use the send token inside the statement identifier that can bring more confusion when writing and mantaining code.
The text was updated successfully, but these errors were encountered:
Inside pocketbase plugin there are some repetitions that can be avoided:
In the above example the action is specified both in the input data and also in the identifier of the statement. Maybe a better solution can be found (possibly by using a single world to indicate a input data in order to have better looking statements).
Finally the following statement
use the
send
token inside the statement identifier that can bring more confusion when writing and mantaining code.The text was updated successfully, but these errors were encountered: