Skip to content

Instantly share code, notes, and snippets.

View dyingSatyr's full-sized avatar

Boris Grabovac dyingSatyr

  • HTEC Group
  • Derventa, Bosnia
View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@GLMeece
GLMeece / how_to_execute_robot_framework_tests.md
Last active October 3, 2022 10:00
How to Run Robot Framework Tests

About

This is a quick "how to run" if you already have everything Robot Framework-related installed. This Gist might be especially handy for those you either just starting out, or if you've inherited a code-base from someone else.

The following assumes you have a terminal (CMD or PowerShell on Windows, Terminal on Mac or Linux) and aren't afraid to use it.

Testing ALL THE THINGS

Test All the Things

  1. cd into the root directory of the Robot Framework files and test cases; we'll assume all test cases are somewhere within a directory named test_cases.