Johnson Cherian
79d4d9d723
Merge pull request #14377 from ToolJet/added_api_command_for_workflows_cypress
...
added cypress api commands for workflow
2025-11-05 17:22:15 +05:30
Srimanitejas123
9f6565e3ca
updated spec with review
2025-11-05 17:21:22 +05:30
Srimanitejas123
43ae7b78a6
Merge branch 'lts-3.16' into added_api_command_for_workflows_cypress
2025-11-05 15:53:26 +05:30
Srimanitejas123
bb5f9eb4f8
rebased with lts 3.16
2025-11-05 15:52:19 +05:30
emidhun
fb9055b6b1
update spec list
2025-11-05 15:19:59 +05:30
emidhun
f46d812401
Organise specs
2025-11-05 15:19:12 +05:30
emidhun
da017985d5
Update Basic configs
2025-11-05 13:53:50 +05:30
Midhun Kumar E
4c8c302808
Merge branch 'lts-3.16' into test/cypress-pipeline-fix
2025-11-05 12:46:36 +05:30
emidhun
f4bb7c768f
Update spec pattern
2025-11-05 12:44:19 +05:30
emidhun
f298f55736
Minor fixes
2025-11-05 12:41:21 +05:30
Mekhla Asopa
a28bf92a87
added test case for paid
2025-11-04 19:01:36 +05:30
Srimanitejas123
217d21746b
update spec with review comment
2025-11-04 17:46:06 +05:30
Srimanitejas123
076eb31c1d
update spec with review comments
2025-11-04 16:51:53 +05:30
ajith-k-v
3277fe9f96
update custom commands
2025-11-04 15:11:22 +05:30
ajith-k-v
b9b63411e2
Merge branch 'test/license-limit-cases' into test/licensing-multi-env
2025-11-04 15:04:19 +05:30
ajith-k-v
5c415d9725
update syntax
2025-11-04 15:02:37 +05:30
ajith-k-v
0cfd64e532
Merge branch 'lts-3.16' into test/license-limit-cases
2025-11-04 15:02:01 +05:30
ajith-k-v
b7d57d003a
update test cases
2025-11-04 13:13:27 +05:30
ajith-k-v
dba68aa70e
Merge branch 'test/license-limit-cases' into test/licensing-multi-env
2025-11-04 11:43:58 +05:30
ajith-k-v
3538e85477
review changes
2025-11-03 20:04:36 +05:30
ajith-k-v
309c27c7dd
Update functions and specs as per review comments
2025-11-03 19:27:15 +05:30
ajith-k-v
7d15147ffb
Merge branch 'lts-3.16' into test/data-source-granular-access
2025-11-03 12:46:29 +05:30
ajith-k-v
b31dccd844
Merge branch 'lts-3.16' into test/license-limit-cases
2025-11-03 12:41:03 +05:30
ajith-k-v
d428686c9c
Add cypress test cases for multi env functionality with basic and valid license
2025-11-03 12:30:05 +05:30
Srimanitejas123
030113cbc7
updated multi env spec file with review comments
2025-10-31 12:41:04 +05:30
Srimanitejas123
cbfee1d113
updated multi env spec file
2025-10-30 14:39:21 +05:30
Srimanitejas123
a2fbd74d50
updated spec with disable functions
2025-10-30 14:34:58 +05:30
Srimanitejas123
7c643a1a81
added spec for multi env
2025-10-29 19:36:19 +05:30
Adish M
466194f08f
Merge pull request #14410 from ToolJet/test/add-cypress-license
...
Added automation for licensing
2025-10-29 11:53:46 +05:30
Mekhla Asopa
526cbbfb86
updated selectors and method
2025-10-28 17:36:49 +05:30
Midhun Kumar E
2d66855ae1
Merge branch 'lts-3.16' into test/optimised-import-export-and-versions
2025-10-28 12:43:35 +05:30
emidhun
081ae143b0
Fix existing appSlug
2025-10-28 12:40:30 +05:30
Srimanitejas123
16d24c8401
updated spec
2025-10-27 23:51:40 +05:30
emidhun
88dd7afbd2
Optimise import final it block
2025-10-27 19:05:28 +05:30
ajith-k-v
a8cd1e0884
update for the user limit bug
2025-10-26 18:26:18 +05:30
ajith-k-v
03b2d63e12
Add user, app and workflow limit cases and functions
2025-10-26 18:20:54 +05:30
ajith-k-v
cf50028f31
update constants and commands
2025-10-26 18:20:13 +05:30
Mekhla Asopa
8e340d096c
added verification test case for license
2025-10-24 20:41:08 +05:30
ajith-k-v
7837c4dcf9
Add test cases for datasource granular access
2025-10-24 19:00:16 +05:30
emidhun
6ef9c79df1
test: update private and public apps test spec
...
- Optimize test assertions and selectors
- Improve test reliability and performance
2025-10-24 12:08:20 +05:30
emidhun
1ab65ca798
test: refactor version test spec for better organization
...
- Add new appVersion.cy.js with optimized test structure
- Remove old version.cy.js file
2025-10-24 12:08:12 +05:30
emidhun
78703585ae
test: enhance utility functions for better test reliability
...
- Add .first() selector to handle multiple button matches in verifyModal
- Add wait time before environment selection in selectEnv
- Use .first() selectors in version navigation functions
- Add openPreviewSettings helper function
- Add wait for appDs intercept in switchVersionAndVerify
2025-10-24 12:08:03 +05:30
emidhun
2df44db00b
test: update selectors for improved test stability
...
- Add previewSettings, modalConfirmButton, and rightSidebarPlusButton selectors
- Update createNewVersionButton selector to use :last pseudo-selector
2025-10-24 12:07:50 +05:30
emidhun
19a22e9e98
test: improve Cypress custom commands reliability
...
- Add visibility check and force click to clearAndType command
- Add scrollIntoView to createApp command for better element visibility
- Add workspaceSlug parameter to defaultWorkspaceLogin for flexibility
- Remove unused commented code
2025-10-24 12:07:33 +05:30
emidhun
8b6b9a5492
test: optimize Cypress configuration for better performance
...
- Disable code coverage to reduce overhead
- Set numTestsKeptInMemory to 0 for better memory management
- Reduce redirectionLimit from 5 to 3
- Enable experimentalMemoryManagement
- Remove deprecated experimentalModfyObstructiveThirdPartyCode
2025-10-24 12:07:24 +05:30
YuktiGoyal02
6d1a048069
Merge branch 'lts-3.16' into test/dashboard-fixes
2025-10-23 12:29:11 +05:30
Yukti Goyal
d9b5e267a1
resolved conflict
2025-10-23 12:25:39 +05:30
Yukti Goyal
6cff6693a8
fixed review comments
2025-10-22 21:26:47 +05:30
emidhun
a79760a09b
Optimise import and export spec
2025-10-22 16:54:20 +05:30
Adish M
2d5be6b8ef
Merge pull request #14375 from ToolJet/test/general-user-role-ui
...
Revamp Groups UI test cases
2025-10-22 14:18:31 +05:30