Skip to content

Commit

Permalink
Merge pull request #16 from SalesforceFoundation/feature/onboarding
Browse files Browse the repository at this point in the history
Move Robot to standard location, add prerelease orgs
  • Loading branch information
davidmreed authored May 26, 2020
2 parents fc54f61 + c0cedb3 commit 34caf87
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Critical Changes

# Changes

# Issues Closed

16 changes: 16 additions & 0 deletions cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,19 @@ orgs:
config_file: orgs/dev.json
days: 7
namespaced: True
prerelease:
config_file: orgs/prerelease.json
beta_prerelease:
config_file: orgs/beta_prerelease.json

tasks:
robot:
options:
suites: robot/OutboundFundsNPSP/tests
options:
outputdir: robot/OutboundFundsNPSP/results

robot_testdoc:
options:
path: robot/OutboundFundsNPSP/tests
output: robot/OutboundFundsNPSP/doc/OutboundFundsNPSP_tests.html
19 changes: 19 additions & 0 deletions orgs/beta_prerelease.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"orgName": "Outbound Funds (npsp) - Beta Test Org",
"edition": "Developer",
"instance": "cs46",
"settings": {
"chatterSettings": {
"enableChatter": true
},
"apexSettings": {
"enableDisableParallelApexTesting": true
},
"enhancedNotesSettings": {
"enableEnhancedNotes": true
},
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
}
}
}
19 changes: 19 additions & 0 deletions orgs/prerelease.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"orgName": "Outbound Funds (npsp) - Dev Org",
"edition": "Developer",
"instance": "cs46",
"settings": {
"chatterSettings": {
"enableChatter": true
},
"apexSettings": {
"enableDisableParallelApexTesting": true
},
"enhancedNotesSettings": {
"enableEnhancedNotes": true
},
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
}
}
}
File renamed without changes.

0 comments on commit 34caf87

Please sign in to comment.