Skip to content

Commit

Permalink
add upload (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
sker65 authored Dec 19, 2024
1 parent 4dc4615 commit be34e86
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions advanced/upload.mdx
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.
Binary file added images/advanced/upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
"advanced/bug-bounty-program",
"advanced/octomind-bot",
"advanced/2fa",
"advanced/basic-authentication"
"advanced/basic-authentication",
"advanced/upload"
]
},
{
Expand Down

0 comments on commit be34e86

Please sign in to comment.