I am using react.js application and using GitHub action for pipeline

It would be appreciate to help me for below topic.
How to scan react test files?
How to send it sonarqube server so it will appear in sonarqube dashboard?
If I want to create sonar-project. properties then how to create the file, how to use it?
What are the other required settings should be done?
What should be the configuration required in package.json and GitHub action pipeline?

Hi,

Welcome to the community!

The docs should get you started.

 
HTH,
Ann