Added webdriverio integration tests

This commit is contained in:
Benjamin Forehand Jr
2018-10-02 13:15:02 -07:00
committed by Danny Coates
parent bd02b7db8e
commit 23d629b80b
40 changed files with 10815 additions and 4163 deletions

9
.babelrc Normal file
View File

@@ -0,0 +1,9 @@
{
"presets": [
["env", {
"targets": {
"node": "current"
}
}]
]
}