Skip to content

Instantly share code, notes, and snippets.

View Julian88Tex's full-sized avatar
☁️
Salesforce Staff DevOps Engineer ☁️

Julian Joseph Julian88Tex

☁️
Salesforce Staff DevOps Engineer ☁️
View GitHub Profile
@Julian88Tex
Julian88Tex / RequestLibrarySuccessExample.robot
Last active February 28, 2024 04:41
A Robot Framework API test example using RequestLibrary
# Run Command: cci task run robot -o suites robot/NPSP/tests/api/success.robot -o vars BROWSER:headlesschrome
[Documentation] Success POST test.
*** Settings ***
Resource cumulusci/robotframework/Salesforce.robot
Resource robot/Cumulus/resources/NPSP.robot
Library DateTime
Library robot/NPSP/resources/RequestsLibrary/
@Julian88Tex
Julian88Tex / activate_custom_theme.robot
Created May 8, 2020 21:31
Activate Custom Lightning Experience Theme Using UI
[Documentation] Activates an existing custom theme based on its position.
... To be run in a CumulusciCI project.
... Add to a folder in root named "tasks".
... Run with command: cci task run robot -o suites tasks/activate_custom_theme.robot
*** Settings ***
Resource cumulusci/robotframework/Salesforce.robot
Suite Setup Open Test Browser
@Julian88Tex
Julian88Tex / qa_pull_and_rebuild.sh
Last active February 7, 2020 00:03
Shell script for rebuilding an NPSP QA org created with CumulusCI with latest branch changes
#!/usr/bin/env bash
# Script to be used by qa to rebuild a scratch environment.
echo
echo ***WARNING******WARNING******WARNING******WARNING******WARNING******WARNING******WARNING******WARNING******WARNING******WARNING******WARNING***
echo
echo This script is to be used by qa to rebuild a scratch environment.
echo This script will rollback any modifications to files and delete a scratch org with the same name given.
echo Please save and stage any file changes before running this script or they will be undone.
echo