mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 11:27:11 +00:00
test(cypress): excel import validation (draft/wip)
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
@@ -40,3 +40,14 @@ module.exports = (on, config) => {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// https://stackoverflow.com/questions/61934443/read-excel-files-in-cypress
|
||||
const readXlsx = require('./read-xlsx')
|
||||
|
||||
module.exports = (on, config) => {
|
||||
on('task', {
|
||||
'readXlsx': readXlsx.read,
|
||||
'readSheetList': readXlsx.sheetList
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user