1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00
Commit graph

50 commits

Author SHA1 Message Date
mike12345567 318233d812 Some minor updates after running qa-core tests, found some issues that likely exists before context update. 2022-11-17 16:30:38 +00:00
mike12345567 3faac89c7a Some updates for currentapp.spec.js test case. 2022-11-15 17:35:17 +00:00
Pedro Silva 6d99caf2a6 Remove logic from endpoint methods 2022-11-10 09:45:02 +00:00
Pedro Silva d79e1543b5 Add test for AppPackage 2022-11-09 16:05:15 +00:00
Pedro Silva c2fcc23884 Improve stability of tests 2022-11-08 18:06:53 +00:00
Pedro Silva a7e4c646ea Move assertion to endpoint definition 2022-11-07 15:48:24 +00:00
mike12345567 da9eaca82a Fixing issue with self host build - import of backend-core changes mean that loading the public API files can require setup of backend-core, making it so that the JWT Strategy doesn't need to be setup to load backend-core. 2022-11-01 12:59:10 +00:00
Pedro Silva 9f96884980 Add missing test to app flow 2022-10-28 16:48:29 +01:00
Rory Powell 0b7ca49418 Fix build failure around PouchDB type 2022-10-25 09:02:55 +01:00
mike12345567 9a6b09e2fd Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-24 16:51:53 +01:00
mike12345567 49e103e8ef Fixing test case. 2022-10-21 18:52:39 +01:00
Pedro Silva 644a07c8a3 Fix some tests after merge 2022-10-20 17:48:05 +01:00
Pedro Silva 43ae4da422 Merge branch 'develop' into api-tests-tables 2022-10-20 17:37:46 +01:00
Pedro Silva 9ee872c4ef Requested changes 2022-10-19 10:35:00 +01:00
Pedro Silva eae27b48b6 Add operations on rows and columns 2022-10-18 17:29:13 +01:00
Pedro Silva 672a40cd35 Fix extra declarations 2022-10-13 15:18:36 +01:00
Pedro Silva 4acadbe5f7 Refactor create app 2022-10-13 14:58:23 +01:00
Mitch-Budibase 25f9a2043b Small changes based on PR feedback
As per some of the comments on the PR:
- Renaming createScreen & deleteScreen to create & delete as they are on the screens namespace
- Updating a test within create.spec.js (applications) for when a screen is generated
- Improvements to the current screens tests (removing unnecessary `expect` lines & updating the for loop for the create screens test)
2022-10-12 17:48:33 +01:00
Mitch-Budibase 4e8577f47d Merge branch 'develop' into api-screens 2022-10-12 16:53:47 +01:00
Rory Powell 40d204fbb2 Fix linting 2022-10-12 10:25:02 +01:00
Pedro Silva d04a20a9e6 Remove Test and fix types 2022-10-11 16:21:05 +01:00
Pedro Silva db709c6a4d Add test for appDefinition 2022-10-11 15:06:04 +01:00
Mitch-Budibase 013d29475f API Screens - Updating create screen test
The create screen tests will now create a screen with each available role type
- The types are: BASIC, POWER, ADMIN, PUBLIC
2022-10-10 17:44:19 +01:00
Mitch-Budibase 44c9ef1568 API Screens - Fetch screens test
Additional test to fetch screens.
- To confirm the screen was created i am checking `routes`
- It will then confirm the route with the screen exists - in this case the route is `/test` (as determined when the screen is created)
2022-10-10 17:27:55 +01:00
Mitch-Budibase 18b9f65161 Merge branch 'develop' into api-screens 2022-10-10 15:40:03 +01:00
Mitch-Budibase a620b147dd API: Screens - Add and Delete Screen
Screens API tests
- This includes adding a basic screen and deleting a screen
2022-10-10 15:39:02 +01:00
Pedro Silva d9baa5be66 Remove comment 2022-10-10 14:39:12 +01:00
Pedro Silva b59cd28b1d Fix revert test with 400 status 2022-10-10 14:24:34 +01:00
Martin McKeaveney 83f3a02d23 ensure correct revert endpoint being hit, update call to revert 2022-10-09 19:31:35 +01:00
Pedro Silva 25b72cbe2b Add tests for revert endpoint 2022-10-07 18:05:58 +01:00
Pedro Silva e343aab655 Add tests for endpoints 2022-10-07 12:19:00 +01:00
Rory Powell 86bbd73bcd Fix linting for qa-core 2022-10-04 10:59:53 +01:00
Martin McKeaveney 40a01977bd tidy up 2022-10-01 02:56:08 +01:00
Martin McKeaveney c7db9588ce QA Core tests for app creation 2022-10-01 02:54:51 +01:00
Martin McKeaveney 06de974ef5 create app with formdata 2022-09-30 15:35:13 +01:00
Martin McKeaveney 3b08f9f8f1 create app tests 2022-09-30 15:03:38 +01:00
Martin McKeaveney d7e1ad5898
Merge pull request #8024 from Budibase/qa/internal-api-tests
Qa/internal api tests
2022-09-29 10:20:18 +01:00
Martin McKeaveney 7842c5ccac tidy up 2022-09-29 09:33:48 +01:00
Martin McKeaveney d1ed21c251 setting up internal API with auth 2022-09-28 18:21:05 +01:00
Martin McKeaveney b5ff52a756 removing random test file 2022-09-26 18:26:09 +01:00
Martin McKeaveney d0ad7bbb67 merge with master 2022-09-26 17:57:23 +01:00
Martin McKeaveney bfe1004487 internal API test config 2022-09-26 16:54:14 +01:00
Martin McKeaveney 1a18e7eba2
Merge pull request #7964 from Budibase/qa/real-couch-integration-tests 2022-09-26 11:10:15 +01:00
Michael Drury 8e441a4680 x-ing the search test which should not work. 2022-09-24 19:39:19 +01:00
Martin McKeaveney e796a86809 using real couch in integration tests 2022-09-24 13:17:21 +01:00
Mitch-Budibase 54e3714aac API Test: Search Rows
Commenting out this specific test for now as it is quite flakey and preventing successful CI runs.
2022-09-21 16:16:18 +01:00
Martin McKeaveney 65d41fdd20 better tests and cleaner import for server 2022-09-15 19:51:11 +01:00
Martin McKeaveney f4760d703b better generation, and letting tests run in isolation 2022-09-15 09:48:44 +01:00
Martin McKeaveney 3c0b9344d8 complete refactor and total type safety of test suite - making use of OpenAPI types throughout 2022-09-15 00:58:08 +01:00
Martin McKeaveney 2a6c9cd6c5 QA Core repo, and Jest API tests running end to end 2022-09-05 18:28:53 +01:00