mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 02:36:58 +00:00
test: cypress pg test suite- base files
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,11 @@
|
||||
"test/xcdb-gqlTableOps.js",
|
||||
"test/xcdb-gqlViews.js",
|
||||
"test/xcdb-gqlRoles.js",
|
||||
"test/xcdb-gqlMisc.js"
|
||||
"test/xcdb-gqlMisc.js",
|
||||
"test/pg-restTableOps.js",
|
||||
"test/pg-restViews.js",
|
||||
"test/pg-restRoles.js",
|
||||
"test/pg-restMisc.js"
|
||||
],
|
||||
"defaultCommandTimeout": 13000,
|
||||
"pageLoadTimeout": 600000,
|
||||
@@ -31,7 +35,8 @@
|
||||
{ "apiType": "rest", "dbType": "xcdb" },
|
||||
{ "apiType": "graphql", "dbType": "xcdb" },
|
||||
{ "apiType": "rest", "dbType": "mysql" },
|
||||
{ "apiType": "graphql", "dbType": "mysql" }
|
||||
{ "apiType": "graphql", "dbType": "mysql" },
|
||||
{ "apiType": "rest", "dbType": "postgres" }
|
||||
],
|
||||
"db": {
|
||||
"host": "127.0.0.1",
|
||||
|
||||
Reference in New Issue
Block a user