bigtest icon indicating copy to clipboard operation
bigtest copied to clipboard

Add Proof-of-Concept Interactors Inspector package

Open wKich opened this issue 4 years ago • 2 comments

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 createInteractor API or use built-in interactors to write an action sequence

What doesn't work yet

  • Interactor actions execute synchronously, which blocks UI updates

wKich avatar Mar 17 '21 10:03 wKich

⚠️ 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

changeset-bot[bot] avatar Mar 17 '21 10:03 changeset-bot[bot]

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

github-actions[bot] avatar Mar 18 '21 06:03 github-actions[bot]