Web diagnostics for Sitecore
The project is maintained as an Open Source repository on GitHub. There is an open Issue list on the repository where any bugs and defects that you encounter can be reported. The Issue list is also where you are encouraged to offer suggestions for future project features.
If you are interested in contributing to the growth and development of Sitecore.Glimpse in even a small way, please read the notes below.
The project can be built and tested from the command line by entering:
.\build
Please ensure that there are no compilation or test failures and no code analysis warnings are being reported.
The build.proj
file contains a set of smoke tests to verify that the Sitecore.Glimpse features
all run successfully when the package has been installed in a Sitecore website.
In order to run these smoke tests you will need to:
Have a local install of Sitecore.
Set the TestWebsitePath and TestWebsiteUrl in the build\environment.props to reference the local Sitecore website.
Ensure that the test website has the Sitecore.Glimpse package installed by running the following in the Package Manager Console:
install-package Sitecore.Glimpse.Mvc5 -Source <path to folder containing your sitecore.glimpse
nupkg file>
You can then run the smoke tests by entering:
.\build RunSmokeTests
Curl commands will fire off HTTP requests to the test website to verify that the site is still responding as intended. These commands should execute successfully before you send a pull request back to the main project.
Your participation in the project is very much welcomed.