forked from sumankumarcb/crowdbotics_automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcypress.config.js
895 lines (859 loc) · 36.2 KB
/
cypress.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
const cypress = require("cypress");
const { defineConfig } = require("cypress");
module.exports = defineConfig({
reporter: 'cypress-mochawesome-reporter',
defaultCommandTimeout: 20000,
env:
{
baseUrl: "https://crowdbotics-slack-dev.crowdbotics.com",
username: "[email protected]",
password: "devstringx@123",
authenticationToken: "U634c6bd8d6ff4482000de25a378a80e238d336e6",
token_key: "",
loginEndPoint: "/api/v2/totp-login/",
normallogin : '/api/v2/login/',
logoutEndPoint: "/api/v2/logout/",
createApp: "/api/v1/github-repos/",
getAppInfo1: "/api/v2/apps/",
getAppInfo2: "/",
checkAppGeneration1: "/api/v2/apps/",
getInvoice: "/api/v2/billing/invoices/?limit=10&page=1",
searchInvoice: "/api/v2/billing/invoices/?limit=10&page=1&app_id=",
getAppLog1: "/api/v2/apps/",
getAppLog2: "/logs/",
getAppLogUsingAppId: "/api/v2/apps_logs/",
checkAppGeneration2: "/logs/",
searchApp1: "/api/v2/apps/?custom_name=",
searchApp2: "&page=1&limit=8",
createTags: "/api/v1/prd_tags/?app=",
createUserRoles: "/api/v1/prd_roles/?app=",
createprdGroup: "/api/v1/prd_groups/?app=",
createprdItem: "/api/v1/prd_items/?app=",
getprdGroup: "/api/v1/prd_groups/?app=",
getprdItem: "/api/v1/prd_items/?group=",
deleteprdItem: "/api/v1/prd_groups/bulk-delete/?app=",
deleteprdGroup: "/api/v1/prd_groups/?app=",
createprdai1: "/api/v1/apps/",
createprdai2: "/prd-ai-generator/generate-features/",
createcatalogtemplates: "/api/v1/prd_groups/import-archetype/?app=",
createprdfeature: "/api/v1/prd_groups/import-features/?app=",
updateAppName: "/api/v2/apps/",
codePrivacyPrivateToPublic1: "/api/v1/github-repos/",
codePrivacyPrivateToPublic2: "/private/",
codePrivacyPublicToPrivate1: "/api/v1/github-repos/",
codePrivacyPublicToPrivate2: "/private/",
deleteApp: "/api/v2/apps/",
addJobRequest1: "/api/v2/apps/",
addJobRequest2: "/jobs/",
getJobRequest1: "/api/v2/apps/",
getJobRequest2: "/jobs/",
getJobRequestUsingId1: "/api/v2/apps/",
getJobRequestUsingId2: "/jobs/",
editJobRequest1: "/api/v2/apps/",
editJobRequest2: "/jobs/",
deleteJobRequest1: "/api/v2/apps/",
deleteJobRequest2: "/jobs/",
changePlan1: "/api/v2/apps/",
changePlan2: "/plan/update/",
viewTask1: "/api/v2/apps/",
viewTask2: "/milestones/",
getTaskId1: "/api/v2/tasks/",
getTaskId2: "/",
addMileStone1: "/api/v2/apps/",
addMileStone2: "/milestones/",
getTaskSharableStatus: "/api/v2/tasks/shareable-status/",
getMilestone1: "/api/v2/apps/",
getMilestone2: "/milestones/",
getMilestone2: "/",
updateMilestone1: "/api/v2/apps/",
updateMilestone2: "/milestones/",
updateMilestone3: "/",
deleteMilestone1: "/api/v2/apps/",
deleteMilestone2: "/milestones/",
deleteMilestone3: "/",
createTask: "/api/v2/tasks/",
addTaskIntoMilestone1: "/api/v2/apps/",
addTaskIntoMilestone2: "/milestones/",
addTaskIntoMilestone3: "/add-task/",
publicTask1: "/api/v2/tasks/",
publicTask2: "/public/",
searchTask1: "/api/v2/tasks/search-by-id/?search=",
searchTask2: "&app=",
getAllMilestone1: "/api/v2/apps/",
getAllMilestone2: "/milestones/?current_tab=proposal",
addCatalogfeature: "/api/v1/catalog/feature/",
getCatalogFeature: "/api/v1/catalog/feature/",
getCatalogFeatureById1: "/api/v1/catalog/feature/",
getCatalogFeatureById2: "/",
patchCatalogFeatureById1:"/api/v1/catalog/feature/",
patchCatalogFeatureById2: "/",
putCatalogFeatureById1: "/api/v1/catalog/feature/",
putCatalogFeatureById2: "/",
deleteCatalogFeatureById1: "/api/v1/catalog/feature/",
deleteCatalogFeatureById2: "/",
addCatalogCategory: "/api/v1/catalog/category/",
getCatologCategory: "/api/v1/catalog/category/",
getCatalogCategoryById1: "/api/v1/catalog/category/",
getCatalogCategoryById2: "/",
updateWithPutCatalogCategoryById1: "/api/v1/catalog/category/",
updateWithPutCatalogCategoryById2: "/",
updateWithPatchCatalogCategoryById1: "/api/v1/catalog/category/",
updateWithPatchCatalogCategoryById2: "/",
deleteCatalogCategory1: "/api/v1/catalog/category/",
deleteCatalogCategory2: "/",
getCatalogModules: "/api/v1/catalog/module/",
addCatalogModules: "/api/v1/catalog/module/",
getCatalogModulesById1: "/api/v1/catalog/module/",
getCatalogModulesById2: "/",
updateWithPutCatalogModulesById1: "/api/v1/catalog/module/",
updateWithPutCatalogModulesById2: "/",
updateWithPatchCatalogModulesById1: "/api/v1/catalog/module/",
updateWithPatchCatalogModulesById2: "/",
deleteCatalogModules1: "/api/v1/catalog/module/",
deleteCatalogModules2: "/",
importFeature: "/api/v1/prd_groups/import-features/?app=",
importModule1: "/api/v1/prd_groups/",
importModule2: "/import-from-catalog/?app=",
importCatalog1: "/api/v1/prd_groups/",
importCatalog2: "/import-from-catalog/",
getArchetypeList: "/api/v1/catalog/archetype/",
createArchetype: "/api/v1/catalog/archetype/",
getCatalogArchetypeById1: "/api/v1/catalog/archetype/",
getCatalogArchetypeById2: "/",
updateWithPutCatalogArchetypeById1: "/api/v1/catalog/archetype/",
updateWithPutCatalogArchetypeById2: "/",
updateWithPatchCatalogArchetypeById1: "/api/v1/catalog/archetype/",
updateWithPatchCatalogArchetypeById2: "/",
deleteCatalogArchetype1: "/api/v1/catalog/archetype/",
deleteCatalogArchetype2: "/",
getCatalogAssertList: "/api/v1/catalog/asset/",
createCatalogAssert: "/api/v1/catalog/asset/",
getCatalogAssertById1: "/api/v1/catalog/asset/",
getCatalogAssertById2: "/",
updateWithPutCatalogAssertById1: "/api/v1/catalog/asset/",
updateWithPutCatalogAssertById2: "/",
updateWithPatchCatalogAssertById1: "/api/v1/catalog/asset/",
updateWithPatchCatalogAssertById2: "/",
deleteCatalogAssertById1: "/api/v1/catalog/asset/",
deleteCatalogAssertById2: "/",
catalogCodeModule: "/api/v1/catalog/code-module/",
getCatalogCodeModuleById1: "/api/v1/catalog/code-module/",
getCatalogCodeModuleById2: "/",
UpdateWithPutCatalogCodeModuleById1: "/api/v1/catalog/code-module/",
UpdateWithPutCatalogCodeModuleById2: "/",
UpdateWithPatchCatalogCodeModuleById1: "/api/v1/catalog/code-module/",
UpdateWithPatchCatalogCodeModuleById2: "/",
deleteCatalogCodeModule1: "/api/v1/catalog/code-module/",
deleteCatalogCodeModule2: "/",
getConnectorsCategoriesByID1: "/api/v2/connectors/categories/",
getConnectorsCategoriesByID2: "/",
getConnectorsByID1: "/api/v2/connectors/",
getConnectorsByID2: "/",
getJobtitles: "/api/v2/job_titles/",
getJobtitlesByID1 : "/api/v2/job_titles/",
getJobtitlesByID2 : "/",
adddashboardfeature: "/api/v2/dashboard-feedback/",
addRemovetotpdisabled: "/api/v2/totp/device/remove/",
getUser: "/api/v2/user/",
putUser: "/api/v2/user/",
getUsers1: "/api/v2/users/",
getUsers2: "/",
getUsersByID1: "/api/v2/users/",
getUsersByID2: "/",
getProjectlogs: "/api/v1/project-logs/",
getprojectlogsByID1: "/api/v1/project-logs/",
getprojectlogsByID2: "/",
// This end point not available in trac list
// catalogEmbeddingSearch: "/api/v1/embedding-search/",
createConnectors1: "/api/v2/apps/",
createConnectors2: "/connectors/",
getConnectors1: "/api/v2/apps/",
getConnectors2: "/connectors/",
getConnectorsUsingID1: "/api/v2/apps/",
getConnectorsUsingID2: "/connectors/",
editConnectors1: "/api/v2/apps/",
editConnectors2: "/connectors/",
deleteConnector1: "/api/v2/apps/",
deleteConnector2: "/connectors/",
deleteConnector3: "/",
addDataModel1: "/api/v2/apps/",
addDataModel2: "/models/",
getDataModel1: "/api/v2/apps/",
getDataModel2: "/models/",
addLibrary1: "/api/v2/apps/",
addLibrary2: "/code_packages/",
addLibrary3: "/install/",
getLibrary1: "/api/v2/apps/",
getLibrary2: "/code_packages/",
removeLibrary1: "/api/v2/apps/",
removeLibrary2: "/code_packages/",
removeLibrary3: "/uninstall/",
addGcpPlatform1: "/api/v2/apps/",
addGcpPlatform2: "/platforms/",
getRepoBranch1: "/api/v2/apps/",
getRepoBranch2: "/repo-branches/",
patchGroup1: "/api/v1/prd_groups/",
patchGroup2: "/?app=",
patchItem1: "/api/v1/prd_items/",
patchItem2: "/?app=",
//This endpoint is not available in trac list
approvePrd: "/api/v1/prd_groups/approve/",
updatePrdVersionStatus: "/api/v1/update_prd_version_status/",
getGroupUsingId: "/api/v1/prd_groups/",
patchItemUpdateOrder1: "/api/v1/prd_groups/",
patchItemUpdateOrder2: "/update-order/",
getItemUsingId: "/api/v1/prd_items/",
addPrdRoles: "/api/v1/prd_roles/",
removePrdRoles1: "/api/v1/prd_items/",
removePrdRoles2: "/remove-role/",
addPrdTag: "/api/v1/prd_tags/",
getPrdTag: "/api/v1/prd_tags/?app=",
getPrdTagUsingId: "/api/v1/prd_tags/",
deletePrdTag: "/api/v1/prd_tags/",
getPrdVersion: "/api/v1/prd_versions/?app=",
addComment: "/api/v1/comments/?app=",
getComment: "/api/v1/comments/",
getChangeCommentStatus1: "/api/v1/comments/",
getChangeCommentStatus2: "/?app=",
getViewInStudioPrd1: "/api/v2/apps/",
getViewInStudioPrd2: "/screens/",
deleteComment1: "/api/v1/comments/",
deleteComment2: "/?app=",
editComment1: "/api/v1/comments/",
editComment2: "/?app=",
addFeatureIntoPrd: "/api/v1/prd_groups/import-features/?app=",
addModuleIntoPrd1: "/api/v1/prd_groups/",
addModuleIntoPrd2: "/import-modules/?app=",
addArchetypeIntoPrd: "/api/v1/prd_groups/import-archetype/?app=",
getCodeStatusPrd: "/api/v1/code_stats/?app=",
deployeApp1: "/api/v2/apps/",
deployeApp2: "/platforms/",
deployeApp3: "/deploy/",
GetDeployeApp1: "/api/v2/apps/",
GetDeployeApp2: "/platforms/",
GetDeployeApp3: "/server-status/",
createApiStagingEnv1: "/api/v2/apps/",
createApiStagingEnv2: "/platforms/",
cancelAndroidDeploy1: "/api/v2/apps/",
cancelAndroidDeploy2: "/platforms/",
cancelAndroidDeploy3: "/deploy/cancel/",
inviteTeamMember1: "/api/v2/apps/",
inviteTeamMember2: "/send-project-invitation/",
getMember1: "/api/v2/apps/",
getMember2: "/members/",
getMemberUsingId1: "/api/v2/apps/",
getMemberUsingId2: "/members/",
changeTeamMemberRole1: "/api/v2/apps/",
changeTeamMemberRole2: "/members/",
changeTeamMemberRole3: "/",
resendInvite1: "/api/v2/apps/",
resendInvite2: "/members/",
resendInvite3: "/resend_invitation/",
editMemberDescription1: "/api/v2/apps/",
editMemberDescription2: "/members/",
changeSubscription1: "/api/v2/apps/",
changeSubscription2: "/plan/update/",
appTypeList: "/api/v1/app-types/",
appTypeList1: "/api/v1/app-types/",
appTypeList2: "3/",
getSkills: "/api/v2/skills/",
getCertificateList: "/api/v2/certifications/",
getAppSupportType: "/api/v2/app-support-types/",
getPrdAiCategories1: "/api/v1/apps/",
getPrdAiCategories2: "/prd_ai_categories/",
getAllFeatureFromBacklog1: "/api/v1/apps/",
getAllFeatureFromBacklog2: "/prd_ai_features/backlog/",
getCurrentlyApprovedPrdVersion: "/api/v1/prd_versions/currently_approved/?app=",
getCBCarePlanUsingId: "/api/v2/cbcare-plans?app_id=",
getMilestoneIndex1: "/api/v2/apps/",
getMilestoneIndex2: "/milestones-index/",
getMilestoneSummy1: "/api/v2/apps/",
getMilestoneSummy2: "/milestones/status-summary/",
// I am working here
createPrdVersionStatus: "/api/v1/update_prd_version_status/?app=",
getNotification1: "/api/v2/apps/",
getNotification2: "/",
getPendingInvite1: "/api/v2/apps/",
getPendingInvite2: "/pending-invitations/",
getAppPerformanceList1: "/api/v2/apps/",
getAppPerformanceList2: "/performance/",
getRoles: "/api/v2/roles/",
getRolesByID1: "/api/v2/roles/",
getRolesByID2:"/",
getCodestateList: "/api/v1/code_stats/?app=",
getTaskById1: "/api/v2/tasks/",
getTaskById2: "/",
addQuoteInTask1: "/api/v2/apps/",
addQuoteInTask2: "/milestones/quotes/",
deleteTask1: "/api/v2/tasks/",
deleteTask2: "/",
deleteSubTask1: "/api/v2/tasks/",
deleteSubTask2: "/",
getAllSubTask1: "/api/v2/tasks/?app_id=",
getAllSubTask2: "&ids=",
getAllSubTask3: "&limit=1",
updateTaskIntoMilestone1: "/api/v2/tasks/",
updateTaskIntoMilestone2: "/",
updateSubTask1: "/api/v2/tasks/",
updateSubTask2: "/",
updateOtherSubTask1: "/api/v2/tasks/",
updateOtherSubTask2: "/",
approvePricing1: "/api/v2/apps/",
approvePricing2: "/finalize-pricing/",
undoApprovePricing1: "/api/v2/apps/",
undoApprovePricing2: "/undo-finalized-pricing/",
approvePayment1: "/api/v2/apps/",
approvePayment2: "/finalize-payments/",
undoApprovedPayment1: "/api/v2/apps/",
undoApprovedPayment2: "/undo-finalized-payments/",
addPaymentMilestone1: "/api/v1/apps/",
addPaymentMilestone2: "/payment-proposals/",
getPaymentMilestone1: "/api/v1/apps/",
getPaymentMilestone2: "/payment-proposals/",
getPaymentMilestone3: "/",
getAllPaymentMilestone1: "/api/v1/apps/",
getAllPaymentMilestone2: "/payment-proposals/",
deletePaymentMilestone1: "/api/v1/apps/",
deletePaymentMilestone2: "/payment-proposals/",
deletePaymentMilestone3: "/",
addQuote1: "/api/v1/apps/",
addQuote2: "/milestones/quotes/",
getQuoteMilestone1: "/api/v1/apps/",
getQuoteMilestone1: "/milestones/quotes/",
checkoutWithAch1: "/api/v1/apps/",
checkoutWithAch2: "/milestones/quotes/",
checkoutWithAch3: "/paymentproposal/charge/ach/",
getJobType1: "/api/v2/job_types/?app=",
getJobType2: "&limit=20",
updateJobTypeRate: "/api/v2/job_types/316909/",
createBillingSchedule1: "/api/v1/apps/",
createBillingSchedule2: "/billing-schedule/",
updateBillingSchedule1: "/api/v1/apps/",
updateBillingSchedule2: "/billing-schedule/",
getBillingSchedule1: "/api/v1/apps/",
getBillingSchedule2: "/billing-schedule/",
createSubTask1: "/api/v2/tasks/",
createSubTask2: "/create-default-subtasks/",
createOtherSubTask: "/api/v2/tasks/",
moveTask1: "/api/v2/apps/",
moveTask2: "/milestones/",
moveTask3: "/move-task/",
updateMilestoneCostHrs1: "/api/v2/apps/",
updateMilestoneCostHrs2: "/milestones/",
updateMilestoneCostHrs3: "/",
addTaskIntoWhishlist1: "/api/v2/apps/",
addTaskIntoWhishlist2: "/milestones/",
addTaskIntoWhishlist3: "/add-task/",
getCurrentPrdPdf1: "/api/v1/apps/",
getCurrentPrdPdf2: "/current-prd-pdf/",
getUserReposList: "/api/v1/user/repos/",
getAddonsList1: "/api/v1/apps/",
getAddonsList2: "/addons/",
createAttributes1: "/api/v2/apps/",
createAttributes2: "/attributes/",
getAttributes1: "/api/v2/apps/",
getAttributes2: "/attributes/",
getAuditLogList1: "/api/v2/apps/",
getAuditLogList2: "/audit-logs/",
addSuggestedFeatures1: "/api/v1/apps/",
addSuggestedFeatures2: "/prd-ai-generator/suggest_features/",
getAnalyzeRisk1: "/api/v1/apps/",
getAnalyzeRisk2: "/prd_ai_analyze_risks/",
getStratOverPrdAi1: "api/v1/apps/",
getStratOverPrdAi2: "/start-over-prd-ai/",
installerInstall1: "/api/v2/apps/",
installerInstall2: "/installer/install/",
getPaymentReceipt1: "/api/v1/apps/",
getPaymentReceipt2: "/payment-receipts/",
getUsefullLinks1: "/api/v2/apps/",
getUsefullLinks2: "/useful-links/",
postUsefulLinks1: "/api/v2/apps/",
postUsefulLinks2 : "/useful-links/",
getidUsefulllinks1: "/api/v2/apps/",
getidUsefulllinks2: "/useful-links/",
getidUsefulllinks3: "/",
putidUsefullLinks1: "/api/v2/apps/",
putidUsefullLinks2: "/useful-links/",
putidUsefullLinks3: "/",
patchidUsefullLinks1: "/api/v2/apps/",
patchidUsefullLinks2: "/useful-links/",
patchidUsefullLinks3: "/",
deleteidUsefulllinks1: "/api/v2/apps/",
deleteidUsefulllinks2: "/useful-links/",
deleteidUsefulllinks3: "/",
getStatementOfWork1: "/api/v2/apps/",
getStatementOfWork2: "/statement-of-work/",
getCodePackage1: "/api/v2/apps/",
getCodePackage2: "/code_packages/",
addCodePacakge: "/api/v2/code_packages/",
getCodePackageById1: "/api/v2/",
getCodePackageById2: "code_packages/",
getCodePackageById3: "/",
patchCodePackageById1: "/api/v2/",
patchCodePackageById2: "code_packages/",
patchCodePackageById3: "/",
putCodePackageById1: "/api/v2/",
putCodePackageById2: "code_packages/",
putCodePackageById3: "/",
getUserList: "/api/v2/users/?id=",
getEdges1: "/api/v2/apps/",
getEdges2: "/edges/",
getPrdActivityLog1: "/api/v1/apps/",
getPrdActivityLog2: "/prd-activity-logs/",
getPrdAiUserType1: "/api/v1/apps/",
getPrdAiUserType2: "/prd_ai_usertype/",
getAppetizeBuilds1: "/api/v2/apps/",
getAppetizeBuilds2: "/appetize-builds/",
editAmountInPaymentMilestone1: "/api/v1/apps/",
editAmountInPaymentMilestone2: "/payment-proposals/",
editAmountInPaymentMilestone3: "/",
addFeaturewithAI1: "/api/v1/apps/",
addFeaturewithAI2: "/prd-ai-generator/generate-features-with-description/",
addTaskFromTemplete: "/api/v2/tasks/templates/?page=1&limit=50",
getSettingsFEList: "/api/v2/settings/fe/",
addFeaturewithAI1: "/api/v1/apps/",
addFeaturewithAI2: "/prd-ai-generator/generate-features-with-description/",
addFeaturemanually1: "/api/v1/apps/",
addFeaturemanually2: "/prd_ai_features/",
getCatalogPlatformList: "/api/v1/catalog/platform/",
addCatalogPlatform: "/api/v1/catalog/platform/",
getCatalogPlatformById1: "/api/v1/catalog/platform/",
getCatalogPlatformById2: "/",
putCatalogPlatformById1: "/api/v1/catalog/platform/",
putCatalogPlatformById2: "/",
patchCatalogPlatformById1: "/api/v1/catalog/platform/",
patchCatalogPlatformById2: "/",
deleteCatalogPlatformById1: "/api/v1/catalog/platform/",
deleteCatalogPlatformById2: "/",
getCatalogPlatformCustomDomain1 : "/api/v1/apps/",
getCatalogPlatformCustomDomain2 : "/platforms/",
getCatalogPlatformCustomDomain3 : "/custom-domain/",
postCatalogPlatformCustomDomain1 : "/api/v1/apps/",
postCatalogPlatformCustomDomain2 : "/platforms/",
postCatalogPlatformCustomDomain3 : "/custom-domain/",
getCatalogResourceList: "/api/v1/catalog/resource/",
createCatalogResource: "/api/v1/catalog/resource/",
getCatalogResourceUsingId1: "/api/v1/catalog/resource/",
getCatalogResourceUsingId2: "/",
updateWithPutCatalogResourceUsingId1: "/api/v1/catalog/resource/",
updateWithPutCatalogResourceUsingId2: "/",
updateWithPatchCatalogResourceUsingId1: "/api/v1/catalog/resource/",
updateWithPatchCatalogResourceUsingId2: "/",
deleteCatalogResource1: "/api/v1/catalog/resource/",
deleteCatalogResource2: "/",
getCatalogSectorList: "/api/v1/catalog/sector/",
createCatalogSector: "/api/v1/catalog/sector/",
getCatalogSectorById1: "/api/v1/catalog/sector/",
getCatalogSectorById2: "/",
updateWithPutCatalogSectorById1: "/api/v1/catalog/sector/",
updateWithPutCatalogSectorById2: "/",
updateWithPatchCatalogSectorById1: "/api/v1/catalog/sector/",
updateWithPatchCatalogSectorById2: "/",
deleteCatalogSector1: "/api/v1/catalog/sector/",
deleteCatalogSector2: "/",
getCatalogTaskList : "/api/v1/catalog/task/",
createCatalogTask : "/api/v1/catalog/task/",
getCatalogTaskById1 : "/api/v1/catalog/task/",
getCatalogTaskById2 : "/",
updateWithPutCatalogTaskById1 : "/api/v1/catalog/task/",
updateWithPutCatalogTaskById2 : "/",
updateWithPatchCatalogTaskById1 : "/api/v1/catalog/task/",
updateWithPatchCatalogTaskById2 : "/",
deleteCatalogTask1 : "/api/v1/catalog/task/",
deleteCatalogTask2 : "/",
getCatalogFeatureType: "/api/v1/catalog/feature-type/",
createCatalogFeatureType: "/api/v1/catalog/feature-type/",
getCatalogFeatureTypeById1: "/api/v1/catalog/feature-type/",
getCatalogFeatureTypeById2: "/",
updateWithPutCatalogFeatureTypeById1: "/api/v1/catalog/feature-type/",
updateWithPutCatalogFeatureTypeById2: "/",
updateWithPatchCatalogFeatureTypeById1: "/api/v1/catalog/feature-type/",
updateWithPatchCatalogFeatureTypeById2: "/",
deleteCatalogFeatureTypeById1: "/api/v1/catalog/feature-type/",
deleteCatalogFeatureTypeById2: "/",
getCatalogModuleTypeList: "/api/v1/catalog/module-type/",
createCatalogModuleType: "/api/v1/catalog/module-type/",
getCatalogModuleTypeById1: "/api/v1/catalog/module-type/",
getCatalogModuleTypeById2: "/",
updateWithPutCatalogModuleTypeById1: "/api/v1/catalog/module-type/",
updateWithPutCatalogModuleTypeById2: "/",
updateWithPatchCatalogModuleTypeById1: "/api/v1/catalog/module-type/",
updateWithPatchCatalogModuleTypeById2: "/",
deleteCatalogModuleType1: "/api/v1/catalog/module-type/",
deleteCatalogModuleType2: "/",
getCatalogBaseArchetypeList: "/api/v1/catalog/base-archetype/",
createCatalogBaseArchetype: "/api/v1/catalog/base-archetype/",
updateWithPutCatalogBaseArchetype1: "/api/v1/catalog/base-archetype/",
updateWithPutCatalogBaseArchetype2: "/",
updateWithPatchCatalogBaseArchetype1: "/api/v1/catalog/base-archetype/",
updateWithPatchCatalogBaseArchetype2: "/",
deleteCatalogBaseArchetype1: "/api/v1/catalog/base-archetype/",
deleteCatalogBaseArchetype2: "/",
addFeaturewithAI1 : "/api/v1/apps/",
addFeaturewithAI2 : "/prd-ai-generator/generate-features-with-description/",
addFeaturemanually1 : "/api/v1/apps/",
addFeaturemanually2 : "/prd_ai_features/",
getInstallerInstalledComponents1 : "/api/v2/apps/",
getInstallerInstalledComponents2 : "/installer/installed-components/",
getpreinstallmodule1 : "/installer/installed-modules/",
getpreinstallmodule2 : "/api/v2/apps/",
addmodules1 : "/api/v2/apps/",
addmodules2 : "/installer/install/",
cancelPendingInvitation1 : "/api/v2/apps/",
cancelPendingInvitation2 : "/pending-invitations/",
cancelPendingInvitation3 : "/cancel-invitation/",
getprdfeatures1 : "/api/v1/apps/",
getprdaifeatures2 : "/prd_ai_features/",
approveallfeatures1 : "/api/v1/apps/",
approveallfeatures2 : "/prd_ai_features/approve-all/",
createcategories1 : "/api/v1/apps/",
createcategories2 : "/prd_ai_categories/",
deletecategories1 : "/api/v1/apps/",
deletecategories2 : "/prd_ai_categories/",
getEdgeList1 : "/api/v2/apps/",
getEdgeList2 : "/edges/",
createEdge1 : "/api/v2/apps/",
createEdge2 : "/edges/",
getEdgeById1 : "/api/v2/apps/",
getEdgeById2 : "/edges/",
getEdgeById3 : "/",
putEdgeById1 : "/api/v2/apps/",
putEdgeById2 : "/edges/",
putEdgeById3 : "/",
patchEdgeById1 : "/api/v2/apps/",
patchEdgeById2 : "/edges/",
patchEdgeById3 : "/",
deleteEdgeById1 : "/api/v2/apps/",
deleteEdgeById2 : "/edges/",
deleteEdgeById3 : "/",
putcreatecategories1 : "/api/v1/apps/",
putcreatecategories2 : "/prd_ai_categories/",
putFeature1 : "/api/v1/apps/",
putFeature2 : "/prd_ai_features/",
patchFeature1 : "/api/v1/apps/",
patchFeature2 : "/prd_ai_features/",
deleteFeature1 : "/api/v1/apps/",
deleteFeature2 : "/prd_ai_features/",
getShareableComponentsList: "/api/v2/shareable-components/",
createShareableComponents: "/api/v2/shareable-components/",
getShareableComponentsById1: "/api/v2/shareable-components/",
getShareableComponentsById2: "/",
patchShareableComponentsById1: "/api/v2/shareable-components/",
patchShareableComponentsById2: "/",
changeMemberJobTitle1 : "/api/v2/apps/",
changeMemberJobTitle2 : "/members/",
changeMemberJobTitle3 : "/",
getAllMemberList1 : "/api/v2/apps/",
getAllMemberList2 : "/members/",
deleteFeature2 : "/prd_ai_features/",
// getBugTaskList1 : "/api/v1/apps/",
// getBugTaskList2 : "/bug-tasks/",
// createBugTask1 : "/api/v1/apps/",
// createBugTask2 : "/bug-tasks/",
// getBugTaskById1: "/api/v1/apps/",
// getBugTaskById2: "/bug-tasks/",
// getBugTaskById3: "/",
// putBugTaskById1: "/api/v1/apps/",
// putBugTaskById2: "/bug-tasks/",
// putBugTaskById3: "/",
// patchBugTaskById1: "/api/v1/apps/",
// patchBugTaskById2: "/bug-tasks/",
// patchBugTaskById3: "/",
// deleteBugTaskById1: "/api/v1/apps/",
// deleteBugTaskById2: "/bug-tasks/",
// deleteBugTaskById3: "/",
getComponentList1: "/api/v2/apps/",
getComponentList2: "/components/",
createComponent1: "/api/v2/apps/",
createComponent2: "/components/",
getComponentById1: "/api/v2/apps/",
getComponentById2: "/components/",
getComponentById3: "/",
putComponent1: "/api/v2/apps/",
putComponent2: "/components/",
putComponent3: "/",
patchComponent1: "/api/v2/apps/",
patchComponent2: "/components/",
patchComponent3: "/",
deleteComponent1: "/api/v2/apps/",
deleteComponent2: "/components/",
deleteComponent3: "/",
getFilesList1: "/api/v2/apps/",
getFilesList2: "/files/",
createFilesList1: "/api/v2/apps/",
createFilesList2: "/files/",
getFilesById1: "/api/v2/apps/",
getFilesById2: "/files/",
getFilesById3: "/",
putFilesById1: "/api/v2/apps/",
putFilesById2: "/files/",
putFilesById3: "/",
patchFilesById1: "/api/v2/apps/",
patchFilesById2: "/files/",
patchFilesById3: "/",
deleteFiles1: "/api/v2/apps/",
deleteFiles2: "/files/",
deleteFiles3: "/",
appsConnectorUpdate1: "/api/v2/apps/",
appsConnectorUpdate2: "/connectors/",
appsconnectorUpdate3: "/",
appsPRDlist1: "/api/v1/apps/",
appsPRDlist2: "/prd/",
prdPartialUpdate1: "/api/v1/apps/",
prdPartialUpdate2: "/prd/",
getStudioScreen1 : "/api/v2/apps/",
getStudioScreen2 : "/screens/?limit=40&page=1",
getStudioScreenEdge1 : "/api/v2/apps/",
getStudioScreenEdge2 : "/edges/?page=1&limit=20",
postCreateScreen1 : "/api/v2/apps/",
postCreateScreen2 : "/screens/create-screens/",
getStudiopage1:"/api/v2/apps/",
getStudiopage2:"/",
getattachmentslist:"/api/v1/attachments/",
getmoduleslist1: "/api/v2/apps/",
getmoduleslist2: "/modules/",
postCreatemodules1 :"/api/v2/apps/",
postCreatemodules2 :"/modules/",
getmodulesbyID1: "/api/v2/apps/",
getmodulesbyID2: "/modules/",
getmodulesbyID3: "/",
patchmodulesbyID1: "/api/v2/apps/",
patchmodulesbyID2: "/modules/",
patchmodulesbyID3: "/",
putmodulesbyID1: "/api/v2/apps/",
putmodulesbyID2: "/modules/",
putmodulesbyID3: "/",
getcertificstions:"/api/v2/certifications/",
postcertifications:"/api/v2/certifications/",
getcertificationsid1: "/api/v2/certifications/",
getcertificationsid2:"/",
putcertificationsid1: "/api/v2/certifications/",
putcertificationsid2:"/",
patchcertificationsid1:"/api/v2/certifications/",
patchcertificationsid2:"/",
deletecertificationsid1:"/api/v2/certifications/",
deletecertificationsid2:"/",
getCodeComponentslist: "/api/v1/catalog/code-components/",
addcodecomponents: "/api/v1/catalog/code-components/",
getCodeComponentsById1: "/api/v1/catalog/code-components/",
getCodeComponentsById2: "/",
patchCodeComponentsById1: "/api/v1/catalog/code-components/",
patchCodeComponentsById2: "/",
putCodeComponentsById1: "/api/v1/catalog/code-components/",
putCodeComponentsById2: "/",
postaddskill: "/api/v2/skills/",
getskill: "/api/v2/skills/",
getSkillById1: "/api/v2/skills/",
getSkillById2: "/",
patchSkillById1: "/api/v2/skills/",
patchSkillById2: "/",
putSkillById1: "/api/v2/skills/",
putSkillById2: "/",
deleteSkillByID1: "/api/v2/skills/",
deleteSkillByID2: "/",
getJobtype: "/api/v2/job_types/",
postJobtype: "/api/v2/job_types/",
getJobtypeById1: "/api/v2/job_types/",
getJobtypeById2: "/",
patchJobTypeId1:"/api/v2/job_types/",
patchJobTypeId2: "/",
putJobTypeId1:"/api/v2/job_types/",
putJobTypeId2: "/",
deleteJobtype1: "/api/v2/job_types/",
deleteJobtype2: "/",
getStatistics: "/api/v2/billing/statistics/",
getBuildstages: "/api/v2/build-stages/",
getCandidates: "/api/v2/candidates/",
getConnectors: "/api/v2/connectors/",
getConnectorscategories: "/api/v2/connectors/categories/",
getFeedbacks: "/api/v2/feedbacks/",
getFeedbacksCategories: "/api/v2/feedbacks/categories/",
getFeedbacksCategoriesById1: "/api/v2/feedbacks/categories/",
getFeedbacksCategoriesById2: "/",
getReports: "/api/v2/reports/",
getReportsBYID1: "/api/v2/reports/",
getReportsBYID2: "/",
getUserTypes: "/api/v2/user_types/",
addUserTypes: "/api/v2/user_types/",
getUserTypesByID1: "/api/v2/",
getUserTypesByID2: "user_types/",
getUserTypesByID3: "/",
patchUserTypesByID1: "/api/v2/",
patchUserTypesByID2: "user_types/",
patchUserTypesByID3: "/",
putUserTypesByID1: "/api/v2/",
putUserTypesByID2: "user_types/",
putUserTypesByID3: "/",
deleteUserTypes1: "/api/v2/",
deleteUserTypes2: "user_types/",
deleteUserTypes3: "/",
getShareableConnectors: "/api/v2/shareable-components/",
addShareableConnectors: "/api/v2/shareable-components/",
getShareableConnectorsById1: "/api/v2/",
getShareableConnectorsById2: "shareable-components/",
getShareableConnectorsById3: "/",
getShareableDataModels: "/api/v2/shareable-data-models/",
getShareableDataModelsByID1: "/api/v2/",
getShareableDataModelsByID2: "shareable-data-models/",
getShareableDataModelsByID3: "/",
getAllCandidates : "/api/v2/candidates/",
getCandidatesById1 : "/api/v2/candidates/",
getsCandidatesById2 : "/",
getcbusers : "/api/v2/cb-users/",
postcbusers : "/api/v2/cb-users/",
getcbusersbyId1 : "/api/v2/cb-users/",
getcbusersbyId2 : "/",
putcbusers1 : "/api/v2/cb-users/",
putcbusers2 : "/",
patchusers1 : "/api/v2/cb-users/",
patchusers2 : "/",
getDeveloperrequest: "/api/v1/developer_requests/",
getDeveloperrequestByID1: "/api/v1/developer_requests/",
getDeveloperrequestByID2: "/",
getResponses: "/api/v2/responses/",
getAppetizedevices: "/api/v2/appetize-devices/",
getAPIspec1: "/api/v2/apps/",
getAPIspec2: "/api-spec/",
getAttributes1: "/api/v2/apps/",
getAttributes2: "/attributes/",
getAttributes3: "/",
getLogs1: "/api/v2/apps/",
getLogs2: "/logs/",
getLogsByID1: "/api/v2/apps/",
getLogsByID2: "/logs/",
getLogsByID3: "/",
postDashboardfeedback: "/api/v2/dashboard-feedback/",
getMemberfeedback: "/api/v2/member/feedbacks/",
getMemberfeedbackByID1: "/api/v2/member/feedbacks/",
getMemberfeedbackByID2: "/",
getModels: "/api/v2/models/",
getModelsByID1: "/api/v2/models/",
getModelsByID2: "/",
getAddons: "/api/v2/addons/",
getaddonsByID1: "/api/v2/addons/",
getaddonsByID2: "/",
getScaffolds: "/api/v1/scaffolds/",
getTotpdevice: "/api/v2/totp/device/",
getSocialaccounts: "/api/v2/socialaccounts/",
getSettingsfe: "/api/v2/settings/fe/",
getProjectclones: "/api/v2/project_clones/",
getProjectclonesByID1: "/api/v2/project_clones/",
getProjectclonesByID2 : "/",
CreateCliFeedback: "/api/v2/cli-feedback/",
getOpenAI: "/api/v2/robots/openai/status",
getMobilebuilds1: "/api/v2/apps/",
getMobilebuilds2: "/mobile-builds/",
addResendverification: "/api/v1/resend-verification/",
getReports1 : "/api/v2/apps/",
getReports2 : "/reports/",
getSlides1: "/api/v2/apps/",
getSlides2: "/slideshow/",
postSlides1: "/api/v2/apps/",
postSlides2: "/slideshow/",
addMagiclink: "/api/v2/magic-link/",
postOutgrow: "/api/v2/outgrow/",
getSocialapps: "/api/v2/socialapps/",
getSocialappsByID1:"/api/v2/socialapps/",
getSocialappsByID2: "/",
postdeployment1:"/api/v2/apps/",
postdeployment2:"/deploy/",
postcanceldeployment1:"/api/v2/apps/",
postcanceldeployment2:"/deploy/cancel/",
// ---------------PRD New FLow----------------------//
getOrganizationPRDList: "/api/v1/prd/",
generateOrganizationPRD: " /api/v1/prd/generate-prd/",
getOrganizationPRDById1: "/api/v1/prd/",
getOrganizationPRDById2: "/",
putOrganizationPRDById1: "/api/v1/prd/",
putOrganizationPRDById2: "/",
patchOrganizationPRDById1: "/api/v1/prd/",
patchOrganizationPRDById2: "/",
deleteOrganizationPRD1: "/api/v1/prd/",
deleteOrganizationPRD2: "/",
getOrganizationPRDEstimate1: "/api/v1/prd/",
getOrganizationPRDEstimate2: "/get-estimate/",
getOrganizationPRDCategoryList1: "/api/v1/prd/",
getOrganizationPRDCategoryList2: "/category/",
createOrganizationPRDCategory1: "/api/v1/prd/",
createOrganizationPRDCategory2: "/category/",
getOrganizationPRDCategoryUsingId1: "/api/v1/prd/",
getOrganizationPRDCategoryUsingId2: "/category/",
getOrganizationPRDCategoryUsingId3: "/",
putOrganizationPRDCategoryUsingId1: "/api/v1/prd/",
putOrganizationPRDCategoryUsingId2: "/category/",
putOrganizationPRDCategoryUsingId3: "/",
patchOrganizationPRDCategoryUsingId1: "/api/v1/prd/",
patchOrganizationPRDCategoryUsingId2: "/category/",
patchOrganizationPRDCategoryUsingId3: "/",
deleteOrganizationPRDCategoryUsingId1: "/api/v1/prd/",
deleteOrganizationPRDCategoryUsingId2: "/category/",
deleteOrganizationPRDCategoryUsingId3: "/",
moveFeatureIntoCategory1: "/api/v1/prd/",
moveFeatureIntoCategory2: "/category/",
moveFeatureIntoCategory3: "/move-feature-into-category/",
getAllfeatureOrganizationPRD1: "/api/v1/prd/",
getAllfeatureOrganizationPRD2: "/feature/",
createfeatureOrganizationPRD1: "/api/v1/prd/",
createfeatureOrganizationPRD2: "/feature/",
getfeatureUsingIdOrganizationPRD1: "/api/v1/prd/",
getfeatureUsingIdOrganizationPRD2: "/feature/",
getfeatureUsingIdOrganizationPRD3: "/",
putfeatureUsingIdOrganizationPRD1: "/api/v1/prd/",
putfeatureUsingIdOrganizationPRD2: "/feature/",
putfeatureUsingIdOrganizationPRD3: "/",
patchfeatureUsingIdOrganizationPRD1: "/api/v1/prd/",
patchfeatureUsingIdOrganizationPRD2: "/feature/",
patchfeatureUsingIdOrganizationPRD3: "/",
deletefeatureUsingIdOrganizationPRD1: "/api/v1/prd/",
deletefeatureUsingIdOrganizationPRD2: "/feature/",
deletefeatureUsingIdOrganizationPRD3: "/",
addModuleIntoFeatureOrganizationPRD1: "/api/v1/prd/",
addModuleIntoFeatureOrganizationPRD2: "/feature/",
addModuleIntoFeatureOrganizationPRD3: "/add-module/",
removeModuleIntoFeatureOrganizationPRD1: "/api/v1/prd/",
removeModuleIntoFeatureOrganizationPRD2: "/feature/",
removeModuleIntoFeatureOrganizationPRD3: "/remove-module/",
getAllPhaseOrganizationPRD1: "/api/v1/prd/",
getAllPhaseOrganizationPRD2: "/phase/",
addPhaseOrganizationPRD1: "/api/v1/prd/",
addPhaseOrganizationPRD2: "/phase/create-phase/",
getPhaseByIdByoriganization1: "/api/v1/prd/",
getPhaseByIdByoriganization2: "/phase/",
getPhaseByIdByoriganization3: "/",
putPhaseByIdByoriganization1: "/api/v1/prd/",
putPhaseByIdByoriganization2: "/phase/",
putPhaseByIdByoriganization3: "/",
patchPhaseByIdByoriganization1: "/api/v1/prd/",
patchPhaseByIdByoriganization2: "/phase/",
patchPhaseByIdByoriganization3: "/",
deletePhaseByIdByoriganization1: "/api/v1/prd/",
deletePhaseByIdByoriganization2: "/phase/",
deletePhaseByIdByoriganization3: "/",
getAllRolesOrganizationPRD1: "/api/v1/prd/",
getAllRolesOrganizationPRD2: "/roles/",
addUserRolesOrganizationPRD1: "/api/v1/prd/",
addUserRolesOrganizationPRD2: "/roles/",
getUserRolesByIdByoriganization1: "/api/v1/prd/",
getUserRolesByIdByoriganization2: "/roles/",
getUserRolesByIdByoriganization3: "/",
getUserRolesByIdByoriganization1: "/api/v1/prd/",
getUserRolesByIdByoriganization2: "/roles/",
getUserRolesByIdByoriganization3: "/",
putUserRolesByIdByoriganization1: "/api/v1/prd/",
putUserRolesByIdByoriganization2: "/roles/",
putUserRolesByIdByoriganization3: "/",
patchUserRolesByIdByoriganization1: "/api/v1/prd/",
patchUserRolesByIdByoriganization2: "/roles/",
patchUserRolesByIdByoriganization3: "/",
deleteUserRolesByIdByoriganization1: "/api/v1/prd/",
deleteUserRolesByIdByoriganization2: "/roles/",
deleteUserRolesByIdByoriganization3: "/",
},
e2e: {
setupNodeEvents(on, config) {
require('cypress-mochawesome-reporter/plugin')(on);
},
specPattern: 'cypress/integration/api/tests/*.js'
//specPattern: 'cypress/integration/pagetest/add_test_case.js'
}
});