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
`gherkin-terminal-reporter` options will print the pytest report prettily.
71
+
72
+
64
73
### Stop nebula servers
65
74
66
75
Following command will stop the nebula servers started in above steps:
@@ -83,7 +92,7 @@ $ make clean
83
92
84
93
## How to add test case
85
94
86
-
You can find all nebula test cases in [these feature files](tck/features) and some openCypher cases in [other files](tck/openCypher/features). Some references about [TCK](https://github.com/opencypher/openCypher/tree/master/tck) may be what you need.
95
+
You can find all nebula test cases in [tck/features](tck/features) and some openCypher cases in [tck/openCypher/features](tck/openCypher/features). Some references about [TCK](https://github.com/opencypher/openCypher/tree/master/tck) may be what you need.
87
96
88
97
The test cases are organized in feature files and described in gherkin language. The structure of feature file is like following example:
0 commit comments