Skip to content

Instantly share code, notes, and snippets.

View sureshparimi's full-sized avatar
🏠
Working from home

Suresh Parimi sureshparimi

🏠
Working from home
View GitHub Profile
@sureshparimi
sureshparimi / SauceLabs.py
Created August 23, 2018 17:41 — forked from datakurre/SauceLabs.py
Robot Framework Selenium test suite with Sauce Labs support
import re
import requests
import simplejson as json
from robot.api import logger
from robot.libraries.BuiltIn import BuiltIn
USERNAME_ACCESS_KEY = re.compile('^(http|https):\/\/([^:]+):([^@]+)@')