Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to Main #80

Merged
merged 28 commits into from
Jan 8, 2025
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e15df73
Accessibility: update to axe core 4.9
huaxing-yuan Aug 14, 2024
ccc21be
axe report multi lang
huaxing-yuan Aug 21, 2024
ca5d24e
unit test
huaxing-yuan Aug 21, 2024
845751c
Merge pull request #72 from AxaFrance/develop
huaxing-yuan Aug 21, 2024
500b304
[mobile] throw exception when session is not open
huaxing-yuan Aug 21, 2024
e14fdae
Merge branch 'main' into develop
huaxing-yuan Aug 21, 2024
6666a23
unit test
huaxing-yuan Aug 21, 2024
2809dc8
Merge branch 'develop' of https://github.com/AxaGuilDEv/webengine-dot…
huaxing-yuan Aug 21, 2024
5bcfdc9
Accessibility: French verison of report
huaxing-yuan Aug 22, 2024
5756be4
add support of some language for accessibility test.
huaxing-yuan Aug 23, 2024
db303f9
update unit test for multi language.
huaxing-yuan Aug 23, 2024
c7dcef9
retro PR because commited on main branch (#75)
huaxing-yuan Sep 10, 2024
ec53abc
Avoid divide by zero error when there is no pages scanned during a test.
Dec 19, 2024
d48296d
update dependencies:
Dec 31, 2024
b1b7797
Mesure ressources metrics
Dec 31, 2024
ee7cb0d
display downloaded resources
Dec 31, 2024
902c53a
Merge branch 'preview' into develop
huaxing-yuan Dec 31, 2024
52399db
Update build-and-publish-PROnly.yml
huaxing-yuan Dec 31, 2024
d4e14da
Able to mesure environmental impacts during user journey (#76)
huaxing-yuan Jan 3, 2025
89d8a65
Merge branch 'main' into preview
huaxing-yuan Jan 3, 2025
a85eb66
show chart report on resource usage
Jan 6, 2025
eb57775
Merge branch 'develop' of https://github.com/AxaFrance/webengine-dotn…
Jan 6, 2025
d298967
improve reportviewer
Jan 7, 2025
aa14285
Update the layout of ReportViewer to optimize the presentation of the…
Jan 7, 2025
6811674
update documentation for java api, accessibility and resource usage
Jan 7, 2025
9be1136
fix some problems of documentation
Jan 7, 2025
699a035
Merge branch 'preview' into develop
huaxing-yuan Jan 7, 2025
771fc26
Merge branch 'main' into develop
huaxing-yuan Jan 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading