About Testlum
Getting Started
UI Testing
Api Testing
Database Testing
Services Testing
Additional Materials
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Run in Cloud
Copy Markdown
Open in ChatGPT
Open in Claude
Testlum provides the ability to run tests in remote repositories to save time and optimize the testing process.
How to run tests in the cloud
- Create a new project.
- Choose the CI tool (now only GitHub Actions is available).

- Log in to the GitHub account in the Testlum settings (Settings > Version Control > GitHub).


- Change the headless mode to ‘true’ in the ‘ui.xml’ file, and add arguments for the headless mode:
XML
<argument>--headless=new</argument><argument>--no-sandbox</argument><argument>--disable-dev-shm-usage</argument><argument>--disable-gpu</argument>
- Fill in all necessary fields in the 'ui.xml', 'integration.xml', 'global-config.xml', etc.
- Create a new private repository on github.com.

- Create a scenario.
- Check if there are no empty directories that are not being staged by Git.
- Execute the following commands in the terminal:
XML
git init -b masterXML
git add .XML
git remote add origin 'link to the remote repository'

- Click on the Run in Cloud button.

You will get 2 success messages.

- Go to your repository and click 'Actions', and then - 'Run Test'.


You can see all the logs in the repository after tests running.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Next to read:
ComparisonCopyright © Knubisoft
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message