Skip to content

Commit

Permalink
Merge pull request #124 from ObjectivityLtd/LiteVersion
Browse files Browse the repository at this point in the history
Added Ocaramba Lite Version (without selenium drivers)
  • Loading branch information
AgaKosc authored Feb 10, 2020
2 parents 8c3f4dd + cc59a81 commit a2c4438
Show file tree
Hide file tree
Showing 56 changed files with 106 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Ocaramba.Tests.Angular/Ocaramba.Tests.Angular.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<ItemGroup>
<ProjectReference Include="..\Ocaramba.Tests.PageObjects\Ocaramba.Tests.PageObjects.csproj" />
<ProjectReference Include="..\Ocaramba\Ocaramba.csproj" />
<ProjectReference Include="..\OcarambaLite\OcarambaLite.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<ItemGroup>
<ProjectReference Include="..\Ocaramba.Tests.PageObjects\Ocaramba.Tests.PageObjects.csproj" />
<ProjectReference Include="..\Ocaramba\Ocaramba.csproj" />
<ProjectReference Include="..\OcarambaLite\OcarambaLite.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Ocaramba.Tests.Features/Ocaramba.Tests.Features.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<ItemGroup>
<ProjectReference Include="..\Ocaramba.Tests.PageObjects\Ocaramba.Tests.PageObjects.csproj" />
<ProjectReference Include="..\Ocaramba\Ocaramba.csproj" />
<ProjectReference Include="..\OcarambaLite\OcarambaLite.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Ocaramba.Tests.MsTest/Ocaramba.Tests.MsTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<ItemGroup>
<ProjectReference Include="..\Ocaramba.Tests.PageObjects\Ocaramba.Tests.PageObjects.csproj" />
<ProjectReference Include="..\Ocaramba\Ocaramba.csproj" />
<ProjectReference Include="..\OcarambaLite\OcarambaLite.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Ocaramba.Tests.NUnit/Ocaramba.Tests.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<ItemGroup>
<ProjectReference Include="..\Ocaramba.Tests.PageObjects\Ocaramba.Tests.PageObjects.csproj" />
<ProjectReference Include="..\Ocaramba\Ocaramba.csproj" />
<ProjectReference Include="..\OcarambaLite\OcarambaLite.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Ocaramba\Ocaramba.csproj" />
<ProjectReference Include="..\OcarambaLite\OcarambaLite.csproj" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='netcoreapp2.2'">
Expand Down
2 changes: 1 addition & 1 deletion Ocaramba.Tests.Xunit/Ocaramba.Tests.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<ItemGroup>
<ProjectReference Include="..\Ocaramba.Tests.PageObjects\Ocaramba.Tests.PageObjects.csproj" />
<ProjectReference Include="..\Ocaramba\Ocaramba.csproj" />
<ProjectReference Include="..\OcarambaLite\OcarambaLite.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Ocaramba.UnitTests/Ocaramba.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ItemGroup>
<ProjectReference Include="..\Ocaramba.Tests.NUnit\Ocaramba.Tests.NUnit.csproj" />
<ProjectReference Include="..\Ocaramba.Tests.PageObjects\Ocaramba.Tests.PageObjects.csproj" />
<ProjectReference Include="..\Ocaramba\Ocaramba.csproj" />
<ProjectReference Include="..\OcarambaLite\OcarambaLite.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
16 changes: 14 additions & 2 deletions Ocaramba.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocaramba", "Ocaramba\Ocaramba.csproj", "{A357D58B-61BF-4E84-94FF-39DE8D2B7834}"
EndProject
Expand All @@ -17,8 +17,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocaramba.Tests.PageObjects", "Ocaramba.Tests.PageObjects\Ocaramba.Tests.PageObjects.csproj", "{FDEF8055-650C-42CD-92F0-599AD0F8A331}"
ProjectSection(ProjectDependencies) = postProject
{A3E0113A-9AB8-4294-B1E3-EFB17614972A} = {A3E0113A-9AB8-4294-B1E3-EFB17614972A}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocaramba.Tests.Angular", "Ocaramba.Tests.Angular\Ocaramba.Tests.Angular.csproj", "{C86D2425-E4F9-484D-B4E8-C9E3BE4078B4}"
ProjectSection(ProjectDependencies) = postProject
{A3E0113A-9AB8-4294-B1E3-EFB17614972A} = {A3E0113A-9AB8-4294-B1E3-EFB17614972A}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocaramba.Tests.NUnit", "Ocaramba.Tests.NUnit\Ocaramba.Tests.NUnit.csproj", "{088A0655-E4BF-4EC9-9755-A3EF2219BCEC}"
EndProject
Expand All @@ -32,6 +38,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocaramba.Tests.Features", "
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocaramba.Tests.Xunit", "Ocaramba.Tests.Xunit\Ocaramba.Tests.Xunit.csproj", "{6714E541-3DF3-4836-BCB7-17F12993E185}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OcarambaLite", "OcarambaLite\OcarambaLite.csproj", "{A3E0113A-9AB8-4294-B1E3-EFB17614972A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -74,6 +82,10 @@ Global
{6714E541-3DF3-4836-BCB7-17F12993E185}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6714E541-3DF3-4836-BCB7-17F12993E185}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6714E541-3DF3-4836-BCB7-17F12993E185}.Release|Any CPU.Build.0 = Release|Any CPU
{A3E0113A-9AB8-4294-B1E3-EFB17614972A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3E0113A-9AB8-4294-B1E3-EFB17614972A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3E0113A-9AB8-4294-B1E3-EFB17614972A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3E0113A-9AB8-4294-B1E3-EFB17614972A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
7 changes: 2 additions & 5 deletions Ocaramba/Ocaramba.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Objectivity Bespoke Software Specialists</Authors>
<PackageTags>selenium webdriver testautomation tests Ocaramba</PackageTags>
<CodeAnalysisRuleSet>fxcop-sonarqube.tests.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet></CodeAnalysisRuleSet>

</PropertyGroup>

Expand Down Expand Up @@ -62,11 +62,8 @@
<Version>4.6.1</Version>
</PackageReference>
</ItemGroup>

<ItemGroup>
<None Update="nlog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<ProjectReference Include="..\OcarambaLite\OcarambaLite.csproj" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='netcoreapp2.2'">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
81 changes: 81 additions & 0 deletions OcarambaLite/OcarambaLite.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.2</TargetFrameworks>
<DebugType>full</DebugType>
<TargetFrameworks Condition="'$(OS)' != 'Unix'">net472;netcoreapp2.2</TargetFrameworks>
<Description>Framework to automate tests using Selenium WebDriver (lighten version without selenium drivers)</Description>
<Copyright>Copyright © 2015</Copyright>
<Company>Objectivity Bespoke Software Specialists</Company>
<PackageProjectUrl>https://github.com/ObjectivityLtd/Ocaramba</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/ObjectivityLtd/Ocaramba/master/icon.png</PackageIconUrl>
<RepositoryUrl>https://github.com/ObjectivityLtd/Ocaramba</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>You can find info about this release here: https://github.com/ObjectivityLtd/Ocaramba/releases</PackageReleaseNotes>
<Version>1.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Objectivity Bespoke Software Specialists</Authors>
<PackageTags>selenium webdriver testautomation tests Ocaramba</PackageTags>
<CodeAnalysisRuleSet>fxcop-sonarqube.tests.ruleset</CodeAnalysisRuleSet>

</PropertyGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="4.6.6" />
<PackageReference Include="Selenium.Support" Version="3.141.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
<Reference Include="System.Configuration" />
<Reference Include="System.Windows.Forms" />
<PackageReference Include="Microsoft.AnalysisServices.AdomdClient.retail.amd64" Version="18.0.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.2'">
<PackageReference Include="Microsoft.Extensions.Configuration">
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration.Json">
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.PowerShell.Commands.Diagnostics">
<Version>6.2.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.PowerShell.SDK">
<Version>6.2.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.WSMan.Management">
<Version>6.2.1</Version>
</PackageReference>
<PackageReference Include="NLog.Web.AspNetCore">
<Version>4.8.4</Version>
</PackageReference>
<PackageReference Include="System.Data.Common">
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="System.Data.SqlClient">
<Version>4.6.1</Version>
</PackageReference>
</ItemGroup>

<ItemGroup>
<None Update="nlog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='netcoreapp2.2'">
<DefineConstants>netcoreapp2_2</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net472'">
<DefineConstants>net47</DefineConstants>
</PropertyGroup>

<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ for:
.\ExecutingTestsOnWindows.ps1
artifacts:
- path: .\**\Ocaramba.*.nupkg
- path: .\**\Ocaramba*.nupkg
name: NuGet
deploy:
- provider: NuGet
Expand Down

0 comments on commit a2c4438

Please sign in to comment.