Initial port of duplicate testing

Needs the latter half rewriting once we have an EventDetail POM
This commit is contained in:
2020-05-23 23:48:11 +01:00
parent 8ffb5ab23e
commit 3c0005ddb0
5 changed files with 129 additions and 113 deletions

View File

@@ -24,11 +24,14 @@
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"node-sass": "^4.13.1",
"gulp-flatten": "^0.4.0"
"node-sass": "^4.13.1"
},
"scripts": {
"gulp": "gulp"
}
}