LaVague QA is a specialized tool to generate pytest files from Gherkin test descriptions.
Usage: lavague-qa [OPTIONS]
Options:
-u, --url TEXT URL of the site to test
-f, --feature TEXT Path to the .feature file containing Gherkin
-l, --full-llm Enable full LLM pytest generation
-c, --context TEXT Path of python file containing an initialized context
and token_counter. Defaults to OpenAI GPT4o
-h, --headless Enable headless mode for the browser
-db, --log-to-db Enables logging to a SQLite database
--help Show this message and exit.
Some examples are provided in ./features/
:
lavague-qa --url https://amazon.fr/ --feature features/demo_amazon.feature
Run lavague-qa
to run a default example: Wikipedia login test
To learn more, please visit our LaVague QA documentation and join our Discord to reach our core team and get support!