scripts
For details, see the scripts section.
Property | Description | Required |
---|---|---|
key | Unique identifier for the script in a workspace | true |
value | Python script as a string, single or multiline | true |
Example
scripts:
generateStoreId: |
import uuid
context["store_id"] = str(uuid.uuid4())
📄️ requirements.txt
The requirements.txt file is used to list custom Python packages required for script execution.
📄️ Selenium
Tesmon supports Selenium integration for end-to-end testing, allowing you to automate browser interactions seamlessly.
📄️ Playwright
Tesmon supports Playwright integration for end-to-end testing, allowing you to automate browser interactions seamlessly.