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
{{ message }}
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Each fillForm method expects an interfaces, which is defined inline in the method header. This interface is allways copied to have an interface for the matching test-data
Describe the solution you'd like
Is should be possible, to generate the interface, by a given name, which is expected in the fillForm
For example:
awaitpage.addFillForm('IPageFormData');
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Each fillForm method expects an interfaces, which is defined inline in the method header. This interface is allways copied to have an interface for the matching test-data
Describe the solution you'd like
Is should be possible, to generate the interface, by a given name, which is expected in the fillForm
For example:
The text was updated successfully, but these errors were encountered: