diff --git a/.gitignore b/.gitignore index 575a49ad..a44a107a 100644 --- a/.gitignore +++ b/.gitignore @@ -352,3 +352,5 @@ ASALocalRun/ # integration tests test/OpenFeature.E2ETests/Features/evaluation.feature test/OpenFeature.E2ETests/Features/evaluation.feature.cs +cs-report.json +specification.json diff --git a/.specrc b/.specrc new file mode 100644 index 00000000..03435c01 --- /dev/null +++ b/.specrc @@ -0,0 +1,5 @@ +[spec] +file_extension=cs +multiline_regex=\[Specification\((?P.*?)\)\] +number_subregex=([\d.]+) +text_subregex=,\s+"(.*)"