refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode

This commit is contained in:
Simon Priet
2021-09-06 20:39:49 +02:00
parent 30ae95b375
commit a0d70f98f2
214 changed files with 18373 additions and 4889 deletions

21
node_modules/fsevents/binding.gyp generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"targets": [
{ "target_name": "" }
],
"conditions": [
['OS=="mac"', {
"targets": [{
"target_name": "fse",
"sources": ["fsevents.cc"],
"xcode_settings": {
"OTHER_LDFLAGS": [
"-framework CoreFoundation -framework CoreServices"
]
},
"include_dirs": [
"<!(node -e \"require('nan')\")"
]
}]
}]
]
}