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 has been archived by the owner on Jun 23, 2021. It is now read-only.
The testkit tool can generate testkit (drivers) for testing.
A testkit can be devided into 2 parts: selectors, actions.
Selectors
The selectors can be easily defined in the meta data file.
For example using
data-hook
values.something like:
This metadata should be independent of any testing framework (dom, protractor, puppeteer)
Actions
We can have metadata for common actions: focus, click, hover
The metadata should include the element selectors which should accept an action.
For example:
Then we can generate a driver with a method:
This actions part is not refined yet, just an idea.
The text was updated successfully, but these errors were encountered: