ToolJet/cypress-tests/jsconfig.json
Ajith KV d10ca6f647
Add Cypress test cases for gitsync functionality (#16208)
* 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
2026-05-08 17:43:17 +05:30

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"]
}