Adds cassandra e2e container CRUD test (#195)

* Starts cassandra

* Adds more cassandra

* wip

* Fix a few extra console.logs

* Format

* Adds cassandra connection string secret to ci

* Adds test name to failure screenshot

* Disable no-any on expect type, as it has getState() method

* Constantize some delays

* Accidentally deleted a brace
This commit is contained in:
Zachary Foster
2020-09-22 16:21:57 -04:00
committed by GitHub
parent 7c5c8ddb7a
commit 13dafb9581
4 changed files with 105 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ module.exports = {
headless: isCI,
slowMo: 50,
defaultViewport: null,
ignoreHTTPSErrors: true
ignoreHTTPSErrors: true,
args: ["--disable-web-security"]
}
};