Skip to content

Commit

Permalink
Robot Sequence Example
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentDream committed Apr 24, 2024
1 parent 1a3a1dd commit 2316c0b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"Robot_Sequence","description":"Consult the code to learn more!","elems":[{"type":"test","id":"35d63b42-c0b9-4a2e-900e-e327404a8c41","groupId":"40216fc8-785a-4610-913e-90bd54f157af","path":"TestExample.robot","testName":"TEST EXPORT","runInParallel":false,"testType":"robotframework","status":"pending","error":null,"isSavedToCloud":false,"exportToCloud":true,"createdAt":"2024-04-24T15:35:41.832Z"},{"type":"test","id":"36374991-c721-40c6-8a35-68a996fe6ed4","groupId":"d8a898b4-a012-4177-9f9a-d07c3ab5f84e","path":"TestExample.robot","testName":"TEST ASSERT","runInParallel":false,"testType":"robotframework","status":"pending","error":null,"isSavedToCloud":false,"exportToCloud":true,"createdAt":"2024-04-24T15:35:41.832Z","minValue":2,"maxValue":4.2,"unit":""}],"projectPath":"C:/Users/zzzgu/Documents/flojoy/repo/studio/examples/test-sequencer-robot-framework-example/","interpreter":{"type":"flojoy","path":null,"requirementsPath":"flojoy_requirements.txt"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
psutil==5.9.8
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ export const SequencerGalleryModal = ({
"Learn how to inject the minimum and maximum expected values into a test and export the result.",
dirPath: "examples/test-sequencer-expected-exported-example/",
},
{
title: "Robot Framework & Flojoy",
description:
"Learn how to inject the minimum and maximum expected values into a robot test and export the result.",
dirPath: "examples/test-sequencer-robot-framework-example/",
},
];

return (
Expand Down

0 comments on commit 2316c0b

Please sign in to comment.