@@ -29,33 +29,32 @@ Start by understanding the ubiquitous testing practices that are the foundation
29
29
30
30
<br /><br />
31
31
32
- # ` Table of contents `
32
+ ## Table of Contents
33
33
34
- * ### ` Section 0: The Golden Rule `
34
+ * #### [ Section 0: The Golden Rule] ( #Section-0️⃣-:-The-Golden-Rule )
35
35
36
36
A single advice that inspires all the others (1 special bullet)
37
37
38
- * ### ` Section 1: The Test Anatomy `
38
+ * #### [ Section 1: The Test Anatomy] ( #Section-1:-The-Test-Anatomy )
39
39
40
40
The foundation - structuring clean tests (12 bullets)
41
41
42
-
43
- * ### ` Section 2: Backend `
42
+ * ####[ Section 2: Backend] ( #Section-2️⃣-:-Backend-Testing )
44
43
45
44
Writing backend and Microservices tests efficiently (8 bullets)
46
45
47
46
48
- * ### ` Section 3: Frontend, UI, E2E `
47
+ * #### [ Section 3: Frontend] ( #Section-3️⃣:-Frontend-Testing )
49
48
50
49
Writing tests for web UI including component and E2E tests (11 bullets)
51
50
52
51
53
- * ### ` Section 4: Measuring Tests Effectivenss `
52
+ * #### [ Section 4: Measuring Tests Effectiveness ] ( #Section-4️⃣:-Measuring-Test-Effectiveness )
54
53
55
54
Watching the watchman - measuring test quality (4 bullets)
56
55
57
56
58
- * ### ` Section 5: Continuous Integration `
57
+ * #### [ Section 5: Continuous Integration] ( #Section-5️⃣-CI-and-Other-Quality-Measures )
59
58
60
59
Guidelines for CI in the JS world (9 bullets)
61
60
@@ -87,7 +86,7 @@ Most of the advice below are derivatives of this principle.
87
86
88
87
<br /><br />
89
88
90
- # Section 1. The Test Anatomy
89
+ # Section 1: The Test Anatomy
91
90
92
91
<br />
93
92
0 commit comments