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
a. Add the model file (.cto) within the specification folder under the suitable specification type.
4
+
b. Add the scenario in the {specification_type}.feature file using the steps statement mentioned in the steps file.
5
+
c. Run the script `npm run convert-ast file_path`
6
+
d. If the cto file is syntactically valid a .json file will be created after running the above script just in the same directory as the corresponding .cto file.
7
+
e. If the cto file is syntactically invalid then no .json file will be created and the steps file will consider it as an invalid model.
8
+
9
+
## 2. To modify the semantic rules:
10
+
a. To change the scenario you must change the scenario according to the statements in the steps file.
11
+
b. If creating a new step then ensure it's working correctly!
12
+
13
+
#### We'd love for you to contribute to our source code and to make Concerto Conformance Test Suite more robust and accurate!
0 commit comments