Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.43 KB

Template: Standard Robot Framework

Want to get started using Robot Framework this is the simplest template to start from.

This template robot:

  • Uses Robot Framework syntax.
  • Includes all the necessary dependencies and initialization commands (conda.yaml).
  • Provides a simple task template to start from (tasks.robot).

Learning materials

Robocorp Certificate Level 2: Build a robot

Description

  • Orders robots from RobotSpareBin Industries Inc.
  • Saves the order HTML receipt as a PDF file.
  • Saves the screenshot of the ordered robot.
  • Embeds the screenshot of the robot to the PDF receipt.
  • Creates ZIP archive of the receipts and the images.
  • Deletes unused .pdf and .png files if user confirms it.

How to use