Skip to content

Commit e2118d9

Browse files
authored
Merge pull request #728 from authorjapps/nirmalchandra-patch-1
PR - unit an dintegration tests doc updated
2 parents 9659ccd + c9c635e commit e2118d9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# How to contribute #
23

34
Thank you for your interest in contributing to this project.
@@ -38,13 +39,22 @@ ISSUE-14 # SSL enabled http client
3839

3940
1. Please join our [mailing-lists][] and [gitter chat room][] for seeking community help.
4041

42+
## Write Unit tests
43+
- For any feature you develop or include in a pull request (PR), ensure it is covered by unit tests.
44+
- All unit tests should be placed in their respective package folders.
45+
- Follow existing tests and mimic the pattern
46+
47+
## Write Integration tests
48+
- For any feature you develop or include in a pull request (PR), ensure it is also covered by integration tests as well.
49+
- All integration tests should be placed under the [integrationtests](https://github.com/authorjapps/zerocode/tree/master/core/src/test/java/org/jsmart/zerocode/integrationtests) parent folder.
50+
- Follow existing tests and mimic the pattern
51+
4152
## Note
4253
Any contribution submitted by an author for inclusion in this repository shall be licensed under this [LICENSE](https://github.com/authorjapps/zerocode/blob/master/LICENSE)
4354

4455
[forking]: https://help.github.com/articles/fork-a-repo
4556
[pull request]: https://help.github.com/articles/creating-a-pull-request
4657
[mailing-lists]: https://groups.google.com/forum/#!forum/zerocode-automation
47-
[gitter chat room]: https://gitter.im/zerocode-testing/help-and-usage
4858

4959

5060

0 commit comments

Comments
 (0)