-
Notifications
You must be signed in to change notification settings - Fork 128
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 #125 from ObjectivityLtd/3.2.8
3.2.8
- Loading branch information
Showing
93 changed files
with
578 additions
and
498 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
FROM ocaramba/selenium | ||
COPY ./ /Ocaramba | ||
WORKDIR /Ocaramba | ||
RUN dotnet build Ocaramba.sln | ||
RUN dotnet vstest Ocaramba.Tests.NUnit/bin/Debug/netcoreapp3.1/Ocaramba.Tests.NUnit.dll |
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,11 @@ | ||
echo '********************************************Executing tests on Docker********************************************' | ||
|
||
docker-switch-linux | ||
|
||
docker info | ||
|
||
docker pull ocaramba/selenium | ||
|
||
docker build -t ocaramba/selenium -f DockerfileBuild . | ||
|
||
docker ps -a |
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
33 changes: 0 additions & 33 deletions
33
Ocaramba.Documentation/Content/VersionHistory/VersionHistory.aml
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
Ocaramba.Documentation/Content/VersionHistory/v1.0.0.0.aml
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,18 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Topics> | ||
<Topic id="1a79ce39-4d1e-4af4-96d9-a7ad23ef0396" visible="True" isDefault="true" isSelected="true" title="Welcome to the [TODO: Add project name]"> | ||
<Topic id="1a79ce39-4d1e-4af4-96d9-a7ad23ef0396" visible="True" isDefault="true" isSelected="true" title="Welcome to the Ocaramba Framework"> | ||
<HelpKeywords> | ||
<HelpKeyword index="K" term="Welcome" /> | ||
</HelpKeywords> | ||
</Topic> | ||
<Topic id="c011272f-912b-41a6-9e1d-470b465e6239" visible="True" isExpanded="true" title="Version History"> | ||
<HelpKeywords> | ||
<HelpKeyword index="K" term="version, history" /> | ||
</HelpKeywords> | ||
<Topic id="20fa0d6b-ec22-4e03-95ca-b710f5372864" visible="True" title="Version 1.0.0.0"> | ||
<HelpKeywords> | ||
<HelpKeyword index="K" term="version, 1.0.0.0" /> | ||
</HelpKeywords> | ||
</Topic> | ||
</Topic> | ||
</Topics> |
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.