mirror of https://github.com/nocodb/nocodb
Raju Udava
2 years ago
committed by
GitHub
16 changed files with 180 additions and 82 deletions
@ -0,0 +1,18 @@
|
||||
let t6d = require("../common/6d_language_validation"); |
||||
|
||||
const { |
||||
setCurrentMode, |
||||
} = require("../../support/page_objects/projectConstants"); |
||||
const t01 = require("../common/00_pre_configurations"); |
||||
|
||||
const nocoTestSuite = (apiType, dbType) => { |
||||
setCurrentMode(apiType, dbType); |
||||
|
||||
// Sakila Ext DB project creation
|
||||
t01.genTest(apiType, dbType); |
||||
|
||||
// i18n
|
||||
t6d.genTest(apiType, dbType); |
||||
}; |
||||
|
||||
nocoTestSuite("rest", "mysql"); |
Loading…
Reference in new issue