Cognizant Intelligent Test Scripter - Help Documentation

Build Status Gitter Google Group

This is the source code for the Help Documentation present here

The Help documents are created using MkDocs.

So you need to install Mkdocs in your system

Mkdocs is a static site generator which generates documentation by converting Markdown files into HTML Docs

Mkdocs Installation

Python and Pip are required for mkdocs. So Install them. Refer MkDocs Intallation for More

pip install mkdocs

And to install Material Theme

pip install mkdocs-material

Contribution

Please read CONTRIBUTING.md before submitting your pull requests.

  • Before doing a Pull Request, please check if the feature you want to document is already present in the existing help content

  • In case of typos and grammatical errors, you can do a Pull Request right away.

  • Create an github issue saying that you are going to work on the particular part to avoid multiple people working on the same content

Clone the repo and run the command mkdocs serve in the cloned directory.

The help will be up and running in http://127.0.0.1:8000

Code of Conduct

To provide clarity on what is expected of our members, Cognizant Intelligent Test Scripter has adopted the code of conduct defined by the Contributor Covenant. This document is used across many open source communities and we think it articulates our values well. For more, see the Code of Conduct.

Contact

If you have any queries on Cognizant Intelligent Test Scripter, please post your questions on Cognizant ITS Google Group.

To ask specific questions on project development, to discuss future improvements or for any other technical detail, please join the Cognizant ITS chat on Gitter.

License

Cognizant Intelligent Test Scripter is licensed under Apache License, Version 2.0