All Projects → applitools → eyes.sdk.python

applitools / eyes.sdk.python

Licence: other
Applitools Eyes Python SDK

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to eyes.sdk.python

composer-plugin-qa
Comprehensive Plugin for composer to execute PHP Quality assurance Tools
Stars: ✭ 25 (+92.31%)
Mutual labels:  quality-assurance
knooppuntnet
Route planner and quality assurance for walking and cycling networks in OpenStreetMap.
Stars: ✭ 20 (+53.85%)
Mutual labels:  quality-assurance
php-qa-tools
A metapackage for all PHP quality assurance tools we use at Dealerdirect
Stars: ✭ 36 (+176.92%)
Mutual labels:  quality-assurance
contessa
Easy way to define, execute and store quality rules for your data.
Stars: ✭ 17 (+30.77%)
Mutual labels:  quality-assurance
phpstan
PHP Static Analysis in Github Actions.
Stars: ✭ 41 (+215.38%)
Mutual labels:  quality-assurance
haros
H(igh) A(ssurance) ROS - Static analysis of ROS application code.
Stars: ✭ 168 (+1192.31%)
Mutual labels:  quality-assurance
cacao
Callable Cancer Loci - assessment of sequencing coverage for actionable and pathogenic loci in cancer
Stars: ✭ 21 (+61.54%)
Mutual labels:  quality-assurance
symfony-docker
A template for new Symfony applications using Docker: ./install.sh && 🚀
Stars: ✭ 34 (+161.54%)
Mutual labels:  quality-assurance
MRQy
MRQy is a quality assurance and checking tool for quantitative assessment of magnetic resonance imaging (MRI) data.
Stars: ✭ 58 (+346.15%)
Mutual labels:  quality-assurance
software-testing-resource-pack
Various files useful for manual testing and test automation etc.
Stars: ✭ 38 (+192.31%)
Mutual labels:  quality-assurance
catacomb
The simplest machine learning library for launching UIs, running evaluations, and comparing model performance.
Stars: ✭ 13 (+0%)
Mutual labels:  quality-assurance
elodin-old
Quality and Optimisation tools for CSS in JavaScript
Stars: ✭ 15 (+15.38%)
Mutual labels:  quality-assurance
editoria11y
A user-friendly automatic content accessibility checker.
Stars: ✭ 23 (+76.92%)
Mutual labels:  quality-assurance
swingletree
☔ Integrate and observe the results of your CI/CD pipeline tools
Stars: ✭ 14 (+7.69%)
Mutual labels:  quality-assurance
pycln
A formatter for finding and removing unused import statements.
Stars: ✭ 161 (+1138.46%)
Mutual labels:  quality-assurance
awesome-cypress
🎉 A curated list of awesome things related to Cypress
Stars: ✭ 274 (+2007.69%)
Mutual labels:  quality-assurance
lighthouse-keeper
This package is no longer under active development. We recommend using Lighthouse CI. CLI tool for running Google’s Lighthouse checks
Stars: ✭ 15 (+15.38%)
Mutual labels:  quality-assurance
pre-commit-dbt
🎣 List of `pre-commit` hooks to ensure the quality of your `dbt` projects.
Stars: ✭ 149 (+1046.15%)
Mutual labels:  quality-assurance
code-review
Um projeto onde você pode enviar seu código fonte para outras pessoas te ajudarem a melhorar
Stars: ✭ 84 (+546.15%)
Mutual labels:  quality-assurance
extensiveautomation-server
Extensive Automation server
Stars: ✭ 19 (+46.15%)
Mutual labels:  quality-assurance

Build Status Black Formatter

Eyes.Sdk.Python

Applitools Eyes SDK For Python (Unified Repo)

Usage

Please check the applitools website for usage instructions:

Development

For smother development experience install Invoke for task run first

pip install invoke
inv install-requirements  # install libs required for development
inv install-packages  # for installing all packages
inv install-packages  --core # install only core package, could be core|selenium]images
inv dist --core  # publish eyes_core to test.pypi.org
inv dist --core  -prod # publish eyes_core to pypi.org

Install pre-commit hook

Install pre-commit for check and format code before commit. For manage hooks you could use invoke:

# installing of git hooks
pre-commit install
# removing of git hooks
pre-commit uninstall

Testing

For local testing, for example, images sdk

inv install-packages --core --images
tox -e images

Docs

Generate Robot Framework docs

inv gen-robot-docs
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].