Skip to content

jdi-testing/jdi-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c4b249 · Mar 11, 2024

History

51 Commits
Apr 30, 2021
Mar 11, 2024
Mar 11, 2024
Apr 14, 2021
Feb 4, 2021
May 1, 2021
Mar 11, 2024
Feb 23, 2018
Mar 11, 2024
Feb 4, 2021
Mar 11, 2024
May 1, 2021
Feb 4, 2021
Nov 8, 2021
Mar 11, 2024

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 use Homebrew, on Windows you can use Chocolatey.
  • run git clone https://github.com/jdi-testing/jdi-python.git or fork the repository and clone it afterwards.
  • create a virtual environment for the project. You can use virtualenv or venv for that.
  • set up Python interpreter to use Python 3.11 in your IDE.
  • run pip 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 running source venv/bin/activate on MacOs or venv\Scripts\activate on Windows
  • run pytest 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