These are just guidelines, not rules. Use your best judgment. Please feel free to propose changes to this document in a pull request.
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
For general queries and discussions, please use the Cognizant Intelligent Test Scripter Forum on Google Groups
Before you contribute, we first ask people to sign a Contributor License Agreement (or CLA). We ask this so that we know that contributors have the right to donate the code.
When you open your pull request we ask that you indicate that you've signed the CLA. This will reduce the time it takes for us to integrate it.
-
Please go through the Help section to see if the problem is already addressed. Most common problems are already addressed in Troubleshooting and FAQs sections.
-
Perform a cursory search to see if the problem has already been reported. If it has, add a comment to the existing issue instead of opening a new one.
-
Use a clear and descriptive title for the issue to identify the problem.
-
Perform a cursory search to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
-
Use a clear and descriptive title for the issue to identify the suggestion
-
Explain why this enhancement would be useful to most Cognizant Intelligent Test Scripter users and isn't something that can or should be implemented as a community package
Clone the Repo and extract it.
The Project is developed using Visual Studio 2013. So Visual Studio is a must.
Also Wix Toolset is needed for creating msi
after build is created. Install WiX Toolset Visual Studio Extension
for your appropriate version as well.
Then open the Project in Visual Studio by opening CITS IE Addon.sln file
The extension uses WebSocket Protocol to connect to the server. The Server is started as soon as you Launch Spy/Heal/Recorder from the Cognizant Intelligent Test Scripter
So it is required that the server needs to be running to Test it .
By default the server runs on https://localhost:8887. The server runs with a self-signed certificate that needs to be installed. Check Documentation for more info.
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed and its impact."