Skip to content

Commit 2cf565a

Browse files
authored
Merge pull request #28 from g4-api/development
Development
2 parents 800aa01 + a6bbb3b commit 2cf565a

34 files changed

Lines changed: 32274 additions & 900 deletions

src/G4.DocumentsGenerator/G4.DocumentsGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup> <PackageReference Include="G4.Abstraction.Cli" Version="2025.3.7.16" />
19-
<PackageReference Include="G4.Converters" Version="2025.3.28.36" />
19+
<PackageReference Include="G4.Converters" Version="2025.5.19.38" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

src/G4.IntegrationTests/G4.IntegrationTests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="G4.Api" Version="2025.3.11.34" />
36-
<PackageReference Include="G4.Plugins" Version="2025.3.28.36" />
37-
<PackageReference Include="G4.Converters" Version="2025.3.28.36" />
35+
<PackageReference Include="G4.Api" Version="2025.3.29.35" />
36+
<PackageReference Include="G4.Plugins" Version="2025.5.19.38" />
37+
<PackageReference Include="G4.Converters" Version="2025.5.19.38" />
3838
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="8.0.10" PrivateAssets="all" />
3939
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
4040
<PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
@@ -43,7 +43,7 @@
4343
<PrivateAssets>all</PrivateAssets>
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4545
</PackageReference>
46-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.0.0" />
46+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.1" />
4747
</ItemGroup>
4848

4949
<ItemGroup>

src/G4.IntegrationTests/Suites.Engine/MultiPhaseDriverTests.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
using G4.Extensions;
1+
using G4.Abstraction.WebDriver;
2+
using G4.Api;
3+
using G4.Extensions;
24
using G4.IntegrationTests.Engine;
35
using G4.IntegrationTests.Extensions;
46
using G4.IntegrationTests.Framework;
7+
using G4.Models;
58

69
using Microsoft.VisualStudio.TestTools.UnitTesting;
710

11+
using System;
12+
using System.Collections.Generic;
13+
using System.IO;
814
using System.Linq;
15+
using System.Text.Json;
916

1017
namespace G4.IntegrationTests.Suites.Engine
1118
{

src/G4.IntegrationTests/Suites.Ui.Edge/ExportDataTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ public void T0004B(string extractionScope, string contentType, string expectedDa
601601
Assert.AreEqual(expected, actual, message: "CSV data does not match the expected data.");
602602
}
603603

604-
[Ignore(message: "This test is currently skipped in the production environment due to an unknown issue not related to the actual functionality.")]
604+
//[Ignore(message: "This test is currently skipped in the production environment due to an unknown issue not related to the actual functionality.")]
605605
[TestMethod(displayName: "As an automation engineer utilizing the G4™ platform, I need to " +
606606
"verify that the ExportData plugin, when triggered with specific parameters, accurately " +
607607
"extracts hotel information from webpage elements, invokes actions under each ContentRule " +

src/G4.ManifestValidator/G4.ManifestValidator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="G4.Attributes" Version="2025.3.28.36" />
19+
<PackageReference Include="G4.Attributes" Version="2025.5.19.38" />
2020
</ItemGroup>
2121

2222
</Project>

src/G4.Plugins.Common/Actions.Manifests/Assert.json

Lines changed: 11310 additions & 141 deletions
Large diffs are not rendered by default.

src/G4.Plugins.Common/Actions.Manifests/CopyParameter.json

Lines changed: 1286 additions & 44 deletions
Large diffs are not rendered by default.

src/G4.Plugins.Common/Actions.Manifests/InvokeForEachLoop.json

Lines changed: 519 additions & 48 deletions
Large diffs are not rendered by default.

src/G4.Plugins.Common/Actions.Manifests/InvokeForLoop.json

Lines changed: 229 additions & 47 deletions
Large diffs are not rendered by default.

src/G4.Plugins.Common/Actions.Manifests/InvokeWhileLoop.json

Lines changed: 358 additions & 82 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)