We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user i would like to be able to add all the interactions in an intuitive way throw a form to be tested.
The general idea is to have a component called user-flow-audit-builder
user-flow-audit-builder
It will contain one optional input of type AppSpeedAudit
AppSpeedAudit
The component will be a form
As a default is will start with:
It will also start with the following default steps:
Each Step will have a ... more button on the top right corner
The more button will allow you to:
more
In general I am Implementing the same behavior as Chrome Recorder
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
As a user i would like to be able to add all the interactions in an intuitive way throw a form to be tested.
Details
The general idea is to have a component called
user-flow-audit-builder
It will contain one optional input of type
AppSpeedAudit
The component will be a form
As a default is will start with:
(These can potentially be in one row)
It will also start with the following default steps:
Each Step will have a ... more button on the top right corner
The
more
button will allow you to:In general I am Implementing the same behavior as Chrome Recorder
The text was updated successfully, but these errors were encountered: