This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
NewerOlder