Add Proof-of-Concept Interactors Inspector package
Moved PoC of the inspector web app
How to start
yarn prepack
How to use
- Add entry point to your app
@bigtest/inspector - In a browser devtools execute function
__BIGTEST_TOGGLE_INSPECTOR__to show the inspector view - On the left side are all matched built-in interactors to dom elements.
- On the right side you can write custom interactors by using
createInteractorAPI or use built-in interactors to write an action sequence
What doesn't work yet
- Interactor actions execute synchronously, which blocks UI updates
⚠️ No Changeset found
Latest commit: 0169864714f8609118e2f9067668d427b40949f8
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The preview packages of this pull request have been published. Click on the following packages for instructions on how to install them:
@bigtest/agent
Install using the following command:
$ npm install @bigtest/agent@inspector-pkg
Or update your package.json file:
{
"@bigtest/agent": "inspector-pkg"
}
@bigtest/inspector
Install using the following command:
$ npm install @bigtest/inspector@inspector-pkg
Or update your package.json file:
{
"@bigtest/inspector": "inspector-pkg"
}
@bigtest/interactor
Install using the following command:
$ npm install @bigtest/interactor@inspector-pkg
Or update your package.json file:
{
"@bigtest/interactor": "inspector-pkg"
}
Generated by :no_entry_sign: dangerJS against 1708de19c5d2de71eb9727c67fa14a483089ea5c