Skip to content

Commit

Permalink
Merge to Main (#80)
Browse files Browse the repository at this point in the history
* Accessibility: update to axe core 4.9

* axe report multi lang

* unit test

* [mobile] throw exception when session is not open

* unit test

* Accessibility: French verison of report

* add support of some language for accessibility test.

* update unit test for multi language.

* retro PR because commited on main branch (#75)

* [Mobile] force an exception if appium session is not opened (#74)

* Accessibility: update to axe core 4.9
* Accessibility: French verison of report
* add support of some language for accessibility test.
* update unit test for multi language.

* Optimise screenshot of accessibility test (from png to webp format)

* Avoid divide by zero error when there is no pages scanned during a test.

* update dependencies:
- Appium 7.0
- Selenium 4.27
- Axe Core 4.10.1
- Add support to .NET 9.0

* Mesure ressources metrics

* display downloaded resources

* Update build-and-publish-PROnly.yml

* Able to mesure environmental impacts during user journey (#76)

* Update build-and-publish-PROnly.yml

* Update build-develop.yml

* Accessibility: update to axe core 4.9 (#73)

* Accessibility: update to axe core 4.9
* axe report multi lang

* [mobile] throw exception when session is not open

* unit test

* Accessibility: French verison of report

* add support of some language for accessibility test.

* update unit test for multi language.

* retro PR because commited on main branch (#75)

* [Mobile] force an exception if appium session is not opened (#74)

* Accessibility: update to axe core 4.9
* Accessibility: French verison of report
* add support of some language for accessibility test.
* update unit test for multi language.

* Optimise screenshot of accessibility test (from png to webp format)

* Avoid divide by zero error when there is no pages scanned during a test.

* update dependencies:
- Appium 7.0
- Selenium 4.27
- Axe Core 4.10.1
- Add support to .NET 9.0

* Mesure ressources metrics

* display downloaded resources

* Update build-and-publish-PROnly.yml

* show chart report on resource usage

* improve reportviewer

* Update the layout of ReportViewer to optimize the presentation of the information

* update documentation for java api, accessibility and resource usage

* fix some problems of documentation
  • Loading branch information
huaxing-yuan authored Jan 8, 2025
1 parent 42ea50b commit 9dfb7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Samples.Gherkin/Samples.Gherkin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageReference Include="SpecFlow.Plus.LivingDocPlugin" Version="3.9.57" />
<PackageReference Include="SpecFlow.NUnit" Version="3.9.74" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9dfb7e5

Please sign in to comment.