Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
bump version SwdPageRecorder_v2.53.2016.07.01
Browse files Browse the repository at this point in the history
  • Loading branch information
dzharii committed Jun 30, 2016
1 parent 6d19e9a commit 8ebdf42
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML

# Exceptions
!SwdPageRecorder/SwdPageRecorder.WebDriver/chromedriver.exe

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profile": {
"profileId": "Chrome",
"displayName": "Chrome",
"displayPriority": 1,
"displayPriority": 0,
"canUseWithLocalWebdriver": true,
"canUseWithRemoteWebdriver": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profile": {
"profileId": "Firefox",
"displayName": "Firefox",
"displayPriority": 0,
"displayPriority": 1,
"canUseWithLocalWebdriver": true,
"canUseWithRemoteWebdriver": true
},
Expand Down
4 changes: 2 additions & 2 deletions SwdPageRecorder/SwdPageRecorder.UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

public class Build
{
public const string Version = "2016.02.09";
public const string WebDriverVersion = "v2.51";
public const string Version = "2016.07.01";
public const string WebDriverVersion = "v2.53";
}

Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
<Compile Include="WebElementLocator.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="chromedriver.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="JavaScript\json2.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
Binary file not shown.
Empty file.
25 changes: 14 additions & 11 deletions build/go.bat
Original file line number Diff line number Diff line change
Expand Up @@ -66,39 +66,42 @@ del /F /Q SwdPageRecorder_Latest\SwdPageRecorder.pdb
@echo [6/8] Shovelling coal into the build...
@REM Copy license, javascript files, code templates and WebDriver.dll

@echo Copy JavaScript scripts
@echo .... Copy JavaScript scripts
xcopy %SwdUiPath%\JavaScript SwdPageRecorder_Latest\JavaScript /e/y/i >>%STDOUT_DEFAULT%

@echo Copy Code Templates
@echo .... Copy Code Templates
xcopy %SwdUiPath%\CodeTemplates SwdPageRecorder_Latest\CodeTemplates /e/y/i >>%STDOUT_DEFAULT%

@echo Copy JavaScript Snippets
@echo .... Copy JavaScript Snippets
xcopy %SwdUiPath%\Snippets SwdPageRecorder_Latest\Snippets /e/y/i >>%STDOUT_DEFAULT%

@echo Copy Nlog configuration file
@echo .... Copy Nlog configuration file
copy %SwdUiPath%\NLog.config SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%

@echo Copy license file
@echo .... Copy license file
copy ..\license.md SwdPageRecorder_Latest\license.txt /y >>%STDOUT_DEFAULT%

@echo Copy Selenium Start batch file
@echo .... Copy Selenium Start batch file
copy %SwdUiPath%\start_selenium_server.bat SwdPageRecorder_Latest\start_selenium_server.bat /y >>%STDOUT_DEFAULT%

@echo .NET Application Configuration file
@echo .... .NET Application Configuration file
copy %SwdUiPath%\SwdPageRecorder.UI.exe.config SwdPageRecorder_Latest\SwdPageRecorder.exe.config /y >>%STDOUT_DEFAULT%

@echo Copy Samples
@echo .... Copy Samples
copy %SwdUiPath%\sample_ParserWebElements.js SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
copy %SwdUiPath%\sample_ParserWebElements.lib.json2.js SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%

@echo SWD Recorder configuration files and browser profiles
@echo .... Copy chromedriver.exe
copy %SwdUiPath%\chromedriver.exe SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%

@echo .... SWD Recorder configuration files and browser profiles
copy %SwdUiPath%\_defaultConfiguration.json SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
copy %SwdUiPath%\myConfiguration.json SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
xcopy %SwdUiPath%\profiles SwdPageRecorder_Latest\profiles /e/y/i >>%STDOUT_DEFAULT%

@echo Copy -- DONE
@echo .... Copy -- DONE

@echo create empty folder for Screenshots
@echo .... create empty folder for Screenshots
md SwdPageRecorder_Latest\Screenshots

@REM # Copy WebDriver DLL files
Expand Down

0 comments on commit 8ebdf42

Please sign in to comment.