We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0500d81 commit ee7599fCopy full SHA for ee7599f
.github/CONTRIBUTING.md
@@ -5,7 +5,7 @@ We love pull requests from everyone.
5
Fork, then clone the repo:
6
7
```bash
8
-$ git clone [email protected]:your-username/allure2.git
+$ git clone [email protected]:your-username/allure-java.git
9
```
10
11
Then build the project (build requires JDK 1.8 or higher):
@@ -21,20 +21,3 @@ $ ./gradlew test
21
22
23
Push your fork and submit a pull request.
24
-
25
-### Webpack dev server
26
27
-To start dev server you can run
28
29
-```bash
30
-$ ./gradlew build //only for a first time
31
-$ ./gradlew dev
32
-```
33
34
-And then open `http://localhost:3000`
35
36
-Also you can choose different demo data using `results` parameter:
37
38
39
-$ ./gradlew dev -Presults=allure2
40
0 commit comments