PromucFlow_constructor/app/client/cypress/support
subratadeypappu d2de8f7cec
feat: Implement data type handling in MySQL (#16621) (#17017)
* feat: Implement data type handling in MySQL (#16621)

With this implementation we can now achieve the following under prepared statement:
- Ability to distinguish between null object and "null" string
- Ability to distinguish values like {{"098765"}} and {{098765}}. The former is identified as a string and the latter is identified as an integer

* feat: Add unit test cases on data type handling in MySQL (#16621)

* chore: Move MySQL specific types to a separate class (#16621)

* chore: Remove import shortening (#16621)

* Fix testStructure test case to have loose coupling with the order of tables (#16621)

* Fix: Add missing client-side data types in params in a few test cases (#16621)

* Fix query in test case (#16621)

* Fix test cases and add small refactoring (#16621)

* Refactor assertion with a check on Optional (#16621)

* additional cypress test cases for mysql

* updated test case object

* update for failing test cases

* mysql failure point fix

* mysql false spec failure point fix

* fix flacy test cases

* flacky JSON test cases

Co-authored-by: ChandanBalajiBP <chandan@appsmith.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-10-04 10:45:10 +00:00
..
Objects feat: Implement data type handling in MySQL (#16621) (#17017) 2022-10-04 10:45:10 +00:00
Pages test: Script updates for flaky tests to unblock CI (#17264) 2022-10-03 15:25:11 +05:30
AdminSettingsCommands.js feat: Introduce admin settings to left bottom pane (#17060) 2022-09-26 19:38:32 +05:30
ApiCommands.js chore: Fixing lint errors in the Cypress code base (#16504) 2022-09-03 23:57:41 +05:30
commands.js feat: fork templates inside an existing app (#17184) 2022-09-30 19:11:04 +05:30
Constants.js perf: Widget re-rendering refactor (#14485) 2022-08-19 15:40:36 +05:30
dataSourceCommands.js feat: merge GraphQL plugin to release (#16554) 2022-09-09 21:29:47 +05:30
gitSync.js test: Fix flaky git tests (#16675) 2022-09-12 08:59:06 +05:30
index.js test: Script updates for flaky tests (#16631) 2022-09-12 09:48:44 +05:30
queryCommands.js test: Script updates for flaky tests (#16558) 2022-09-07 23:55:55 +05:30
themeCommands.js Automated tests for Postgres Datatype - JSON type (#14796) 2022-07-06 11:24:00 +05:30
timeout.js fix: Text getting clipped for Italic font in Table Widget V1 (#15549) 2022-08-16 11:12:31 +05:30
widgetCommands.js feat: fork templates inside an existing app (#17184) 2022-09-30 19:11:04 +05:30
WorkspaceCommands.js feat: fork templates inside an existing app (#17184) 2022-09-30 19:11:04 +05:30