-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #287 from SFDO-Tooling/feature/enhance-test-plan
Add MetaDeploy E2E test plan
- Loading branch information
Showing
5 changed files
with
171 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ | |
/browser_tests | ||
/test_results.xml | ||
.DS_Store | ||
src | ||
vlocity-temp |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
projectPath: omni | ||
queries: | ||
- VlocityDataPackType: IntegrationProcedure |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"product": { | ||
"title": { | ||
"message": "CumulusCI-Test", | ||
"description": "name of product" | ||
} | ||
}, | ||
"plan:install": { | ||
"title": { | ||
"message": "Install Test Plan", | ||
"description": "title of installation plan" | ||
} | ||
}, | ||
"steps": { | ||
"Install {product} {version}": { | ||
"message": "Install {product} {version}", | ||
"description": "title of installation step" | ||
}, | ||
"Deploy unpackaged/pre/account_record_types": { | ||
"message": "Deploy unpackaged/pre/account_record_types", | ||
"description": "title of installation step" | ||
}, | ||
"Deploy unpackaged/pre/opportunity_record_types": { | ||
"message": "Deploy unpackaged/pre/opportunity_record_types", | ||
"description": "title of installation step" | ||
}, | ||
"dx_convert_from": { | ||
"message": "dx_convert_from", | ||
"description": "title of installation step" | ||
}, | ||
"unschedule_apex": { | ||
"message": "unschedule_apex", | ||
"description": "title of installation step" | ||
}, | ||
"update_package_xml": { | ||
"message": "update_package_xml", | ||
"description": "title of installation step" | ||
}, | ||
"deploy": { | ||
"message": "deploy", | ||
"description": "title of installation step" | ||
}, | ||
"uninstall_packaged_incremental": { | ||
"message": "uninstall_packaged_incremental", | ||
"description": "title of installation step" | ||
}, | ||
"Deploy unpackaged/post/salesforce1": { | ||
"message": "Deploy unpackaged/post/salesforce1", | ||
"description": "title of installation step" | ||
}, | ||
"Update Admin Profile": { | ||
"message": "Update Admin Profile", | ||
"description": "title of installation step" | ||
}, | ||
"check_chatter_enabled": { | ||
"message": "check_chatter_enabled", | ||
"description": "title of installation step" | ||
} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"edition": "Developer", | ||
"orgName": "CumulusCI-Test Dev Workspace", | ||
"features": [ | ||
"OmniStudioDesigner", | ||
"OmniStudioRuntime" | ||
], | ||
"settings": { | ||
"chatterSettings": { | ||
"enableChatter": true | ||
}, | ||
"lightningExperienceSettings": { | ||
"enableS1DesktopEnabled": true | ||
} | ||
} | ||
} |