Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

jdi-testing/jdi-python

Repository files navigation

Codacy Badge

JDI-Python

JDI 2.0

Powerful Framework for UI Automation Testing on Python

Getting started

Before you begin:

  • Python 3.11 is used for this project. To install Python on MacOs you can useHomebrew, on Windows you can useChocolatey.
  • run git clonehttps://github.com/jdi-testing/jdi-python.git or fork the repository and clone it afterwards.
  • create a virtual environment for the project. You can usevirtualenv orvenv for that.
  • set up Python interpreter to use Python 3.11 in your IDE.
  • runpip install -r requirements.txt to install all required dependencies.

You can simply run tests to see how it works

  1. inside your IDE
  2. using pytest
  • activate your virtual environment by runningsource venv/bin/activate on MacOs orvenv\Scripts\activate on Windows
  • runpytest in the terminal (eg.pytest ./tests/jdi_uitests_webtests/test/common/ - to run all tests in the specified directory)
  • be sure that you are in a project root directory when running the command

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp