This project is based on Python and Selenium and uses Poetry as its dependency manager.
We welcome contributions! Please see docs/CONTRIBUTE-python.md for guidelines on how to contribute to this project.
- Python 3: The programming language used for this project.
- Poetry: Dependency manager for Python projects.
To install the project, run the following command:
sh scripts/install.shIf your environment isn't set up yet, please refer to docs/INSTALLATION.md for detailed instructions.
To run the tests, use the following command:
poetry run testFor development instructions and contribution guidelines, please see docs/CONTRIBUTE-python.md.
By following these guidelines, you should be able to get up and running with the project quickly and easily. Happy coding!