-
Notifications
You must be signed in to change notification settings - Fork 9.6k
misc(readme): add link to Neodymium #16330
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
Conversation
Added the Neodymium test automation tool (MIT licensed) and its support for Lighthouse report and audit value assertions.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
readme.md
Outdated
@@ -414,7 +414,7 @@ Other awesome open source projects that use Lighthouse. | |||
* **[webpack-lighthouse-plugin](https://github.com/addyosmani/webpack-lighthouse-plugin)** - Run Lighthouse from a Webpack build. | |||
* **[cypress-audit](https://github.com/mfrachet/cypress-audit)** - Run Lighthouse and Pa11y audits directly in your E2E test suites. | |||
* **[laravel-lighthouse](https://github.com/adityadees/laravel-lighthouse)** - Google Lighthouse wrapper for laravel framework to run Google Lighthouse CLI with custom option and can automatically save result in your server directory. | |||
|
|||
* **[Neodymium](https://github.com/Xceptance/neodymium/wiki/Reports#use-lighthouse-inside-neodymium)** - The test automation framework Neodymium integrates Lighthouse for accessibility and Web Vitals verification. You can programmatically validate and assert all audit values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Use Lighthouse inside Neodymium" section doesn't seem to exist on this link. Has the documentation moved?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are correct, a documentation rework moved this. I updated the PR with the latest link. I am sorry about the oversight.
Replaced with clean #16349 |
Summary
Added the Neodymium test automation tool (MIT licensed) and its support for Lighthouse report and audit value assertions to the README.
This is a small README/documentation update only, just to spread the word which other open-source project integrates Lighthouse.
The wiki of the project that mentions the Lighthouse integration: https://github.com/Xceptance/neodymium/wiki/Reports#lighthouse-report and a blog post with another screenshot: https://blog.xceptance.com/2025/02/11/neodymium-5-1-get-more-done-faster/