Skip to content
New issue

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

Add Proof-of-Concept Interactors Inspector package #903

Closed
wants to merge 5 commits into from
Closed

Conversation

wKich
Copy link
Member

@wKich wKich commented Mar 17, 2021

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 wKich requested review from jnicklas and cowboyd March 17, 2021 10:57
@changeset-bot
Copy link

changeset-bot bot commented Mar 17, 2021

⚠️ No Changeset found

Latest commit: 0169864

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

@github-actions
Copy link
Contributor

github-actions bot commented Mar 18, 2021

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 🚫 dangerJS against 1708de1

@wKich wKich force-pushed the inspector-pkg branch 18 times, most recently from 3e59c99 to 1708de1 Compare March 18, 2021 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants