mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* Add Cypress test cases for gitsync functionality * update the UI cases * update custom commands * Update the test cases * Add version tagging test cases * update the test cases * fix commit function * update the failing test cases * update failing test cases * update the selectors * update the test cases
15 lines
414 B
JSON
15 lines
414 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"Fixtures/*": ["cypress/fixtures/*"],
|
|
"Plugins/*": ["cypress/plugins/*"],
|
|
"Support/*": ["cypress/support/*"],
|
|
"Texts/*": ["cypress/constants/texts/*"],
|
|
"Selectors/*": ["cypress/constants/selectors/*"],
|
|
"Constants/*": ["cypress/constants/*"]
|
|
}
|
|
},
|
|
"include": ["cypress/**/*.js"],
|
|
"exclude": ["node_modules"]
|
|
}
|