mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 10:26:54 +00:00
test(misc): re-alignment & optimizations
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -15,25 +15,35 @@ const {
|
||||
|
||||
const nocoTestSuite = (apiType, dbType) => {
|
||||
setCurrentMode(apiType, dbType);
|
||||
|
||||
// Sakila Ext DB project creation
|
||||
t01.genTest(apiType, dbType);
|
||||
|
||||
// Download CSV
|
||||
t6b.genTest(apiType, dbType);
|
||||
|
||||
// i18n
|
||||
t6d.genTest(apiType, dbType);
|
||||
|
||||
// Swagger API
|
||||
// exclude@ncv2 t6c.genTest(apiType, dbType);
|
||||
|
||||
// Attachment cell
|
||||
t6f.genTest(apiType, dbType);
|
||||
|
||||
// ERD
|
||||
t9b.genTest(apiType, dbType);
|
||||
|
||||
t6g.genTest(apiType, dbType);
|
||||
|
||||
// webhook tests
|
||||
// Webhook tests
|
||||
t8a.genTest(apiType, dbType);
|
||||
|
||||
// **deletes created project, hence place it @ end
|
||||
// Base share (viewer, editor), iFrame tests
|
||||
t6g.genTest(apiType, dbType);
|
||||
|
||||
// Project operations: Delete
|
||||
t6e.genTest(apiType, dbType);
|
||||
|
||||
// intended to keep this after earlier project deletion
|
||||
// creates project using excel & deletes it
|
||||
// Create project from Excel
|
||||
t7a.genTest(apiType, dbType);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user