generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: File upload | ||
description: "Adding a file upload step" | ||
icon: "upload" | ||
--- | ||
|
||
Octomind supports file upload when running a test. | ||
|
||
To enable this simple insert a step in your test case and provide a URL where the data that you want to | ||
upload is located (e.g. google drive link). | ||
|
||
The url needs to be publicly available so that the test case runner can access the data to upload. | ||
|
||
<Frame caption="screenshot 12/2024 file upload"> | ||
<img src="/images/advanced/upload.png" alt="screenshot 12/2024 file upload" /> | ||
</Frame> | ||
|
||
The locator needs to reference the file upload load element. You can use the picker to select the element | ||
on the page. | ||
|
||
Then select upload interaction type and paste the url for the data to upload in the input field below. | ||
|
||
The url accessibilty will be checked an you get a green checkmark if the url is correct and the data can be accessed. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters