Skip to content

Instantly share code, notes, and snippets.

View vincentgerris's full-sized avatar

vincentgerris

View GitHub Profile
@jeffbrl
jeffbrl / simple_test_v2.robot
Last active October 26, 2021 15:40
Simple test of a calculator function with the robot framework - v2
*** Settings ***
Documentation Check arithmetic operations
Resource ${EXEC_DIR}/resources/keywords.txt
# currently only prints to output.xml
Suite Setup math.setup
Suite Teardown math.teardown
*** Variables ***