Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,13 @@ When you modify an Excel file during a test run, the changes are stored locally
- Click the **uploadname** placeholder and enter your excel file’s name. ![uploadname](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_22.png)
[[info | **NOTE**:]]
| To get **uploadname** and **upload id**, go to **Uploads** and hover over the excel file you want to update. ![Uploads](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_26.png)
- Enter the URL - **[https://app.testsigma.com/api/v1/uploads/](https://app.testsigma.com/api/v1/uploads/)** and append the upload id from the upload page URL. ![URL](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_23.png)
- Enter the following URL **[https://app.testsigma.com/api/v1/uploads/{ID}](https://app.testsigma.com/api/v1/uploads/{ID})** and replace <ID> with the upload ID copied from the **Uploads** page. For example, **[https://app.testsigma.com/api/v1/uploads/8](https://app.testsigma.com/api/v1/uploads/8)** ![URL](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_23.png)
- Enter the api key in the **testdata** placeholder. ![api](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_24.png)
[[info | **NOTE**:]]
| Please refer to the [documentation on generating api keys](https://testsigma.com/docs/configuration/api-keys/).
- Click **Create Step**. ![Create Step](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_25.png)

After you execute it, here's how it looks:
![Run Result](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_28.png)

---
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Live Editor helps you author and validate tests through local execution for Sale
[[info | **NOTE**:]]
| Once you log in, the session stays valid for 24 hours. After that, you'll need to log in and authorize yourself again to continue using the Live Editor.

1. Click **Open the desktop** app. The **Testsigma Terminal** opens.
9. Click **Open the desktop** app. The **Testsigma Terminal** opens.

2. Wait until Testsigma Terminal downloads the necessary files and completes the installation.
10. Wait until Testsigma Terminal downloads the necessary files and completes the installation.

[[info | **NOTE**:]]
| If you encounter any issues with the Testsigma Terminal, click Report Issue from the left panel. Provide a description of the problem, upload the agent log, and ensure that you include the App Session ID and Debugging ID. To obtain the Debugging ID, ensure the agent was started through Testsigma.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Live Editor is the primary tool for test authoring and validation through local
[[info | **NOTE**:]]
| Once you log in, the session stays valid for 24 hours. After that, you'll need to log in and authorize yourself again to continue using the Live Editor.

1. Click **Open the desktop app**. The **Testsigma Terminal** opens.
5. Click **Open the desktop app**. The **Testsigma Terminal** opens.

2. Wait until Testsigma Terminal downloads the necessary files and completes the installation.
6. Wait until Testsigma Terminal downloads the necessary files and completes the installation.

[[info | **NOTE**:]]
| If you encounter any issues with the Testsigma Terminal, click Report Issue from the left panel. Provide a description of the problem, upload the agent log, and ensure that you include the App Session ID and Debugging ID. To obtain the Debugging ID, ensure the agent was started through Testsigma.
Expand Down
4 changes: 2 additions & 2 deletions src/pages/docs/live-editor/installing-testsigma-terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ Live Editor is the primary tool for test authoring and validating through local
3. Install and open the **Testsigma Terminal** application.

4. Click **Login to Testsigma**. You will be redirected to Testsigma.
![login to testsigma](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/terminal/Terminal_3.png)
![login to testsigma](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/live_editor/install_terminal_1.png)

[[info | **NOTE**:]]
| Once you login, the session stays valid for 24 hours. After that, you'll need to login and authorize yourself again to continue using the **Live Editor**.

5. Click **Open the desktop app**. The **Testsigma Terminal** opens.
![Open the desktop App](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/live_editor/install_terminal_1.png)
![Open the desktop App](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/live_editor/terminal_n_1.1.png)

6. Wait until **Testsigma Terminal** downloads the necessary files and completes the installation.

Expand Down