Local recorder for iBeam QA automation — captures Playwright codegen and uploads to server
Project description
ibeam-qa-agent-automation-recorder
Local recorder for iBeam QA Automation platform.
Install (one time)
pip install ibeam-qa-agent-automation-recorder
ibeam-recorder register
That's it
Chrome will open automatically when you use Build Suite in the iBeam web app.
Check status
ibeam-recorder status
Uninstall
ibeam-recorder unregister
pip uninstall ibeam-qa-agent-automation-recorder
Publishing to PyPI
Create PyPI account
Go to https://pypi.org/account/register/
Install build tools
pip install build twine
Build package
cd ibeam-qa-agent-automation-recorder/
python -m build
This creates dist/ with .tar.gz and .whl.
Test on TestPyPI first
twine upload --repository testpypi dist/*
pip install --index-url https://test.pypi.org/simple/ ibeam-qa-agent-automation-recorder
Publish to PyPI
twine upload dist/*
Use an API token when prompted (recommended).
Updating the package
- Bump version in
setup.py python -m buildtwine upload dist/*- Team:
pip install --upgrade ibeam-qa-agent-automation-recorder
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ibeam_qa_agent_automation_recorder-1.0.0.tar.gz.
File metadata
- Download URL: ibeam_qa_agent_automation_recorder-1.0.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6695a23fa0e4c36c74175008be1fb9030dff8ab07d3d3c2e332501596b2c15e0
|
|
| MD5 |
dfa13f32cb61015a09186b128e8c9a62
|
|
| BLAKE2b-256 |
e7ba9abdc29a5f9487cb58ade7e5ff701039ea78839194a1e260b577aeb9bc4e
|
File details
Details for the file ibeam_qa_agent_automation_recorder-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ibeam_qa_agent_automation_recorder-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28622c06c11e41555c5e83241b893653414c26d6fb523b516a32200579b83c5d
|
|
| MD5 |
c574db0f98ca21f01e6a6df91a061f05
|
|
| BLAKE2b-256 |
d8259a0ee754a3d963311ec4b335ef5cd88d601bee1743e8104937edb4eef08b
|