You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2021. It is now read-only.
During creating pull request please use name conventions and short template for description.
55
69
56
70
If Pull request related to some issue, or issues – name of it should starts from reference, like #241 for example. If no issues for this pull request just short title. Here is some examples for pull requests names:
57
71
```
58
-
#124 Including test execution duration
59
-
#435 Updating dependency
60
-
Updating structure of configuration
72
+
Included test execution duration for #124
73
+
some:lib was updated to 2.45 for #435
74
+
Updated structure of configuration to for retries
61
75
```
62
-
PR Template:
76
+
**Remember**
77
+
almost all pull requests will be included in release notes, so name of pull requests is very important
78
+
79
+
PR body Template:
63
80
64
81
```
65
82
#### Summary of this PR
@@ -121,6 +138,6 @@ this command will run chromedriver as server and if output does not contains err
121
138
For builds we use [gradle](http://gradle.org), and to achive that all developers will use same version - [wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) is configured.
122
139
So, now you are redy to build module. After you checkout it go to folder and execute:
123
140
```
124
-
./gradlew clean test install
141
+
./gradlew clean test integrationTests install
125
142
```
126
-
It will take some time... A lot of tests should execute before build can be marked successfull. Using gradle documenation you can configure executing only your tests.
143
+
It will take some time... A lot of tests should execute before build can be marked successfull. Using gradle documenation you can configure executing only your tests.
0 commit comments