Skip to content

Commit ac22185

Browse files
committed
Merge branch 'develop' of https://github.com/quantori/Behavioral.Automation into remove-static-scenario-context
2 parents 5bcfd46 + 785f405 commit ac22185

File tree

16 files changed

+1138
-1095
lines changed

16 files changed

+1138
-1095
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ bin
33
obj
44
.vs
55
.vscode
6-
*.feature.cs
6+
*.feature.cs
7+
*.user

Behavioral.Automation.DemoBindings/AutomationConfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"TEST_PASSWORD": "",
55
"BASE_AUTH_URL": "",
66
"BROWSER_PARAMS": "--window-size=1920,1080",
7+
"ACCESS_CLIPBOARD": false,
78
"DOWNLOAD_PATH": "",
89
"SEARCH_ATTRIBUTE": "automation-id",
910
"BAUTH_LOGIN": "",
1011
"BAUTH_PWD": "",
11-
"BAUTH_IGNORE": "true"
12+
"BAUTH_IGNORE": "true",
13+
"BROWSER_BINARY_LOCATION" : ""
1214
}

Behavioral.Automation.DemoBindings/Behavioral.Automation.DemoBindings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Selenium.Support" Version="3.141.0" />
1313
<PackageReference Include="Selenium.WebDriver" Version="3.141.0" />
14-
<PackageReference Include="SpecFlow" Version="3.4.31" />
14+
<PackageReference Include="SpecFlow" Version="3.7.13" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

Behavioral.Automation.DemoScenarios/Behavioral.Automation.DemoScenarios.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
13-
<PackageReference Include="SpecFlow" Version="3.4.31" />
14-
<PackageReference Include="SpecFlow.NUnit" Version="3.1.97" />
15-
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.1.97" />
16-
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
13+
<PackageReference Include="SpecFlow" Version="3.7.13" />
14+
<PackageReference Include="SpecFlow.NUnit" Version="3.7.13" />
15+
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.7.13" />
16+
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# the repo. Unless a later match takes precedence,
55
# @global-owner1 and @global-owner2 will be requested for
66
# review when someone opens a pull request.
7-
* @afomina-quantori @SergeyRuzin @PavelAAlexeevQ @mikhail1aleksandrov1 @evkul
7+
* @afomina-quantori @SergeyRuzin @PavelAAlexeevQ @mikhail1aleksandrov1 @evkul @vladimir.s @Brrovko @Georgiy-Petrov-Quantori

DEVNOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Build instructions
22
* Download the repository
33
* If your IDE supports automatic dependencies import, check that all dependencies have been imported
4+
* Add to the PATH variable path to the chromedriver.exe folder.
45
* Else run the following command:
56

67

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@ Please read [DEVNOTES.md](DEVNOTES.md) for details.
2222
## Binding list
2323
List of available bindings can be found [here](BINDINGS.md)
2424

25+
## Configurations
26+
Quantori Behavioral Automation can be configured in two ways. The priority corresponds to the list order.
27+
1. AutomationConfig.json [Example](Behavioral.Automation.DemoBindings/AutomationConfig.json).
28+
2. Environment variables
29+
2530
## License
2631
Quantori Behavioral Automation tool is released under [Apache License, Version 2.0](LICENSE)

0 commit comments

Comments
 (0)