Skip to content

Commit 9587376

Browse files
authored
doc update for integraiton branch, provider parameter change (#593)
1 parent 1ca3f81 commit 9587376

File tree

52 files changed

+76
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+76
-110
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Run the commands below in PowerShell. These commands will clone the repo to your
4040
# Clone GitHub repo
4141
git clone https://github.com/microsoft/PowerApps-TestEngine.git
4242

43+
# Optionally, after cloning the repository, you can checkout a specific branch or tag:
44+
# To checkout a branch: git checkout <branch_name> (e.g., git checkout develop)
45+
# To checkout a tag: git checkout <tag_name> (e.g., git checkout release)
46+
4347
# Change to the PowerAppsTestEngine folder
4448
cd PowerApps-TestEngine\src
4549

docs/Extensions/PowerAppsPortal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Power Apps Portal Provider
22

3-
The -p "powerapps.portal" provider allow automation of the Power Apps portal using Test Engine.
3+
The --provider "powerapps.portal" (or -p) provider allow automation of the Power Apps portal using Test Engine.

docs/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ The open source repository provides [instructions](../README.md) on how to compi
2424

2525
The respository currently includes the following branching strategy
2626

27-
- [main](https://github.com/microsoft/PowerApps-TestEngine/tree/main) - The current code that includes changes that will be includes in the Power Platform Commands Line features using ```pac test run```
28-
- [integration](https://github.com/microsoft/PowerApps-TestEngine/tree/integration) - Pre release features that is used to merge features prior pull request into the main branch.
29-
- Feature branches - Work in progress branches that include ongoing development and changes prior to being merged into the integration branch.
27+
- [main](https://github.com/microsoft/PowerApps-TestEngine/tree/main) - The current code that includes changes that will be included in the Power Platform Commands Line features using ```pac test run``` on a tag.
28+
- Feature branches - Work in progress branches that include ongoing development and changes prior to being merged.
3029

3130
## Further Reading
3231

samples/basicgallery/RunTests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ if ($config.installPlaywright) {
2727
Set-Location ..\bin\Debug\PowerAppsTestEngine
2828
$env:user1Email = $user1Email
2929
# Run the tests for each user in the configuration file.
30-
dotnet PowerAppsTestEngine.dll -u "storagestate" -p "canvas" -a "none" -i "$currentDirectory\testPlan.fx.yaml" -t $tenantId -e $environmentId
31-
dotnet PowerAppsTestEngine.dll -u "storagestate" -p "canvas" -a "none" -i "$currentDirectory\testPlanForRegionUseSemicolonAsSeparator.fx.yaml" -t $tenantId -e $environmentId
30+
dotnet PowerAppsTestEngine.dll -u "storagestate" --provider "canvas" -a "none" -i "$currentDirectory\testPlan.fx.yaml" -t $tenantId -e $environmentId
31+
dotnet PowerAppsTestEngine.dll -u "storagestate" --provider "canvas" -a "none" -i "$currentDirectory\testPlanForRegionUseSemicolonAsSeparator.fx.yaml" -t $tenantId -e $environmentId
3232

3333
# Reset the location back to the original directory.
3434
Set-Location $currentDirectory

samples/buttonclicker/RunTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if ($config.installPlaywright) {
2727
Set-Location ..\bin\Debug\PowerAppsTestEngine
2828
$env:user1Email = $user1Email
2929
# Run the tests for each user in the configuration file.
30-
dotnet PowerAppsTestEngine.dll -u "storagestate" -p "canvas" -a "none" -i "$currentDirectory\testPlan.fx.yaml" -t $tenantId -e $environmentId
30+
dotnet PowerAppsTestEngine.dll -u "storagestate" --provider "canvas" -a "none" -i "$currentDirectory\testPlan.fx.yaml" -t $tenantId -e $environmentId
3131

3232
# Reset the location back to the original directory.
3333
Set-Location $currentDirectory

samples/calculator/RunTests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ if ($config.installPlaywright) {
2727
Set-Location ..\bin\Debug\PowerAppsTestEngine
2828
$env:user1Email = $user1Email
2929
# Run the tests for each user in the configuration file.
30-
dotnet PowerAppsTestEngine.dll -u "storagestate" -p "canvas" -a "none" -i "$currentDirectory\testPlan.fx.yaml" -t $tenantId -e $environmentId
31-
dotnet PowerAppsTestEngine.dll -u "storagestate" -p "canvas" -a "none" -i "$currentDirectory\testPlanWithCommaForDecimal.fx.yaml" -t $tenantId -e $environmentId
30+
dotnet PowerAppsTestEngine.dll -u "storagestate" --provider "canvas" -a "none" -i "$currentDirectory\testPlan.fx.yaml" -t $tenantId -e $environmentId
31+
dotnet PowerAppsTestEngine.dll -u "storagestate" --provider "canvas" -a "none" -i "$currentDirectory\testPlanWithCommaForDecimal.fx.yaml" -t $tenantId -e $environmentId
3232

3333
# Reset the location back to the original directory.
3434
Set-Location $currentDirectory

samples/coe-kit-setup-wizard/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ git clone https://github.com/microsoft/PowerApps-TestEngine.git
3737
cd PowerApps-TestEngine
3838
```
3939

40-
3. Checkout the integration branch
41-
42-
```pwsh
43-
git checkout integration
44-
```
45-
4640
3. Ensure logged out out of pac cli. This ensures you're logged out of any previous sessions.
4741

4842
```pwsh

samples/coe-kit-setup-wizard/Record.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if ($config.installPlaywright) {
7070
Set-Location ..\bin\Debug\PowerAppsTestEngine
7171
# Run the tests for each user in the configuration file.
7272
$env:user1Email = $user1Email
73-
dotnet PowerAppsTestEngine.dll -u "storagestate" -p "mda" -a "none" -r True -i "$currentDirectory\record.fx.yaml" -t $tenantId -e $environmentId -d "$mdaUrl" -w True
73+
dotnet PowerAppsTestEngine.dll -u "storagestate" --provider "mda" -a "none" -r True -i "$currentDirectory\record.fx.yaml" -t $tenantId -e $environmentId -d "$mdaUrl" -w True
7474

7575
# Reset the location back to the original directory.
7676
Set-Location $currentDirectory

samples/coe-kit-setup-wizard/RecordCanvas.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if ($config.installPlaywright) {
2222
Set-Location ..\bin\Debug\PowerAppsTestEngine
2323
# Run the tests for each user in the configuration file.
2424
$env:user1Email = $user1Email
25-
dotnet PowerAppsTestEngine.dll -u "storagestate" -p "canvas" -a "none" -r True -i "$currentDirectory\recordCanvas.fx.yaml" -t $tenantId -e $environmentId -l Trace -w True
25+
dotnet PowerAppsTestEngine.dll -u "storagestate" --provider "canvas" -a "none" -r True -i "$currentDirectory\recordCanvas.fx.yaml" -t $tenantId -e $environmentId -l Trace -w True
2626

2727
# Reset the location back to the original directory.
2828
Set-Location $currentDirectory

samples/coe-kit-setup-wizard/RunTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if ($config.installPlaywright) {
6969
Set-Location ..\bin\Debug\PowerAppsTestEngine
7070
$env:user1Email = $user1Email
7171
# Run the tests for each user in the configuration file.
72-
dotnet PowerAppsTestEngine.dll -u "storagestate" -p "mda" -a "none" -i "$currentDirectory\testPlan.fx.yaml" -t $tenantId -e $environmentId -d "$mdaUrl" -l Debug
72+
dotnet PowerAppsTestEngine.dll -u "storagestate" --provider "mda" -a "none" -i "$currentDirectory\testPlan.fx.yaml" -t $tenantId -e $environmentId -d "$mdaUrl" -l Debug
7373

7474
# Reset the location back to the original directory.
7575
Set-Location $currentDirectory

0 commit comments

Comments
 (0)