Parthvi12
939e90626f
test: adding tests for smtp using test-event-driver ( #11777 )
...
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-03-11 21:18:58 +05:30
yatinappsmith
bd7ae1f924
test: Added test event driver ( #11222 )
...
* Added test event driver
* changed port to 28017
* updated credentials
* updated password for postgres
* Update forkedApp.json
* fixing ImportExportForkApplication_spec
* fixing ImportExportFork_spec
* updating testdata
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-02-18 17:45:05 +05:30
Aishwarya-U-R
3a4db6bdfd
test: Automated tests for S3 uploads & Mongo Bugs + Flakiness fixes ( #9931 )
...
* Bugs #9069 , #9201 , #6975 , #9922 - Scripted
* Mongo DS update from Cloud to Localhost
* Updating command.js
* Ignoring Mongo until Localhost is fixed
* S3 fixes
* S3 fix
* Mongo Cloud to Localhost transition
* Bug #6375 scripted
* Failure fix
* S3 fix + testSaveDs method flow update
* Refresh datasource structure script fix
* Entity explorer datasource structure script fix
* testSaveDs method flow update fixes
* testSaveDs method flow update fixes - set 2
* S3, Mongo Skipping cases fix
* Custom Chart failure fix
* Button-Call-Query Validation case script fix
* Confirm run action failure fix
* Confirm run action script fix
* Dropdown-Call-Query Validation script fix
* S3 - Delete icon issue fix
* S3 - Delete icon locator updated
* actionContextMenuByEntityName method call update
* Table widget add new menu button column - rgb fix
* Commenting BG color verify - to override flakiness
* Mongo skipping script fix
* Commenting Cypress.runner.stop()
2021-12-29 11:11:30 +05:30
balajisoundar
f0b781ac63
test: Fix super user signup form cypress test ( #8947 )
2021-11-16 15:53:05 +05:30
balajisoundar
fd0f3d889a
chore: Comment super user cypress test ( #8945 )
2021-11-01 16:43:54 +05:30
balajisoundar
baf67a8988
chore: Super user signup form cypress tests ( #8665 )
2021-10-29 14:40:30 +05:30
Shrikant Sharat Kandula
c6c5e4fef3
ci: Add CI workflow for building fat container ( #7385 )
...
This commit changes the client test workflow into building the fat container's image, and so builds server and RTS as well, in order to achieve that.
2021-09-21 08:33:22 +05:30
yatinappsmith
aa869f21ab
test: Added Support for MySQL ( #6795 )
...
* Added Support for MySQL
* Update setup-test.sh
fixed sql file
* Update setup-test.sh
Fixed path
2021-08-24 14:16:52 +05:30
yatinappsmith
d8e2488a9b
Disabled maven Tests ( #5882 )
2021-07-15 16:45:53 +05:30
yatinappsmith
5edd9d0fdb
Wait for server to start before Cypress tests ( #5846 )
2021-07-14 16:40:48 +05:30
Arpit Mohan
f11cd45886
Correcting the github condition to start the API server ( #3506 )
2021-03-12 11:06:54 +05:30
Piyush Mishra
e7c465eaae
Add support for WSL local dev ( #1756 )
...
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2020-11-24 16:45:33 +05:30
Arpit Mohan
17ffcd946e
Increase the timeout while waiting for containers to start
2020-11-06 13:33:35 +05:30
Arpit Mohan
ee5e1a81ff
Reverting back the changes for local postgres
2020-11-04 08:40:35 +05:30
Arpit Mohan
e71412d3ab
Moving postgres container to background
2020-11-04 00:45:02 +05:30
Arpit Mohan
4f094ea779
Moving the postgres container to Cypress test setup
2020-11-04 00:32:42 +05:30
Arpit Mohan
0ea9c96a8f
Spinning up Postgresql container in client workflow CI ( #1521 )
2020-11-03 23:16:51 +05:30
Arpit Mohan
9d2b017bf3
Making the nginx root configuration also configurable. ( #694 )
...
This is required for enabling custom logging. In future, we can leverage this for proxy caching as well.
Not adding this nginx-root.conf.template file to the installation script because there's nothing for the user to configure there during installation. This file will be baked into the Dockerfile and only the environment variables will be replaced during container start.
2020-10-16 10:00:33 +05:30
NandanAnantharamu
1d726dac20
Create Org related usecases ( #84 )
...
* Create Org related usecases
* Review comments incorporated
* Updated with env variables for test users and routes
Co-authored-by: Nandan Anantharamu <Nandan@thinkify.com>
2020-07-20 15:08:35 +05:30
Arpit Mohan
a9ed054cbb
Adding Github Action workflow to the client code base ( #66 )
...
This PR adds the build, test & package workflow to the client code base as well.
In order for us to run the Cypress tests, we also spin up a local server in a Docker container and run all our tests against that server. This ensures that our tests are faster to run as well.
We also introduce the concept of stubbing network requests by stubbing the API that fetches the property pane configuration from the server.
Results for the Cypress tests can be viewed at: https://dashboard.cypress.io/projects/eyxvp8/runs/
2020-07-16 11:20:46 +05:30