jan/autoqa/tests/base/extensions.txt
2025-08-15 09:57:44 +07:00

22 lines
848 B
Plaintext

prompt = """
You are going to test the Jan application by verifying the available extensions listed under Settings → Extensions.
Step-by-step instructions:
0. Given the Jan application is already open.
1. If a dialog appears in the bottom-right corner titled **"Help Us Improve Jan"**, click **Deny** to dismiss it before continuing. This ensures full visibility of the interface.
2. In the bottom-left corner, click **Settings**.
3. In the left sidebar of Settings, click on **Extensions**.
4. In the main panel, confirm that the following four extensions are listed:
- Jan Assistant
- Conversational
- Download Manager
- llama.cpp Inference Engine
If all four extensions are present, return:
{"result": true}
Otherwise, return:
{"result": false}
In all responses, use only plain ASCII characters. Do NOT use Unicode symbols.
"""