From 3d49d891833228eaf59893a464b36cbd263da19f Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Wed, 26 Apr 2023 23:06:01 +0700 Subject: [PATCH] Passing all files api testing --- .idea/inspectionProfiles/Project_Default.xml | 2 +- README.md | 5 + cypress/e2e/api.cy.ts | 569 +++++++++++++++++++ cypress/e2e/files.cy.ts | 120 ---- src/components/layout/Footer/index.tsx | 11 +- src/pages/api/files/[id]/download.ts | 2 +- src/pages/api/files/[id]/view.ts | 2 +- 7 files changed, 587 insertions(+), 124 deletions(-) create mode 100644 cypress/e2e/api.cy.ts delete mode 100644 cypress/e2e/files.cy.ts diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index aa7dbe3..42fe619 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -3,7 +3,7 @@