This repository contains a simple "Hello, World!" example using the QAF-Python framework.
- Clone this repository to your local machine:
git clone https://github.com/qmetry/qaf-python-helloworld.git
- Navigate to the project directory:
cd qaf-python-helloworld python3 -m venv ./venv source venv/bin/activate
- Install the required dependencies:
pip3 install -r requirements.txt
or to reinstall:
pip3 install -r requirements.txt --force-reinstall
To run the "Hello, World!" example using QAF-Python, execute the following command:
pytest [<options>]
This command will execute the test script located in the tests folder.
Open dashboard.htm to view current and past execution reports. To open as local file in browser refer browser settings. Best way is to install maven and view reports by following below steps:
- Install maven (One time)
- In terminal, navigate to Project directory and run
mvn -f repo-editor-runner.xml exec:java
- Open http://localhost:2612 in any browser of your choice
Refer documentation for features and usage.
- Install maven (One time)
- In terminal, navigate to Project directory and run
mvn -f repo-editor-runner.xml exec:java
- Open http://localhost:2612/repo-editor in any browser of your choice