1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00
Commit graph

25 commits

Author SHA1 Message Date
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
9094da347e Add types for Responses 2022-10-11 16:47:02 +01:00
Pedro Silva
4b916e7074 Fix Identation 2022-10-11 16:24:43 +01:00
Pedro Silva
a81500e5f0 Add types for response 2022-10-11 15:08:08 +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
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
Pedro Silva
8dd309f6a5 Add missing applications endpoints 2022-10-04 17:12:38 +01:00
Pedro Silva
f488e03bda Merge branch 'develop' into api-create-app 2022-10-04 16:13:58 +01:00
Pedro Silva
8403d95abb Add Sync endpoint 2022-10-04 16:11:19 +01:00
Rory Powell
86bbd73bcd Fix linting for qa-core 2022-10-04 10:59:53 +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
ca03800b9a removing users api file as no longer required 2022-09-29 09:56:09 +01:00
Martin McKeaveney
7842c5ccac tidy up 2022-09-29 09:33:48 +01:00
Martin McKeaveney
943bd54879 use environment variables in jest run 2022-09-28 18:31:23 +01:00
Martin McKeaveney
d1ed21c251 setting up internal API with auth 2022-09-28 18:21:05 +01:00
Martin McKeaveney
bfe1004487 internal API test config 2022-09-26 16:54:14 +01:00