Skip to content

Commit 9dab61b

Browse files
Merge pull request #3634 from alberto-art3ch/WEB-968/remove-cypress-testrigor
WEB-968: Remove cypress and testrigor
2 parents 6b446c2 + 1b7e872 commit 9dab61b

48 files changed

Lines changed: 629 additions & 2813 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/test.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

angular.json

Lines changed: 0 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -138,85 +138,6 @@
138138
"src/**/*.html"
139139
]
140140
}
141-
},
142-
"cypress-run": {
143-
"builder": "@cypress/schematic:cypress",
144-
"options": {
145-
"devServerTarget": "mifosx-web-app:serve"
146-
},
147-
"configurations": {
148-
"production": {
149-
"devServerTarget": "mifosx-web-app:serve:production"
150-
}
151-
}
152-
},
153-
"cypress-open": {
154-
"builder": "@cypress/schematic:cypress",
155-
"options": {
156-
"watch": true,
157-
"headless": false
158-
}
159-
},
160-
"e2e": {
161-
"builder": "@cypress/schematic:cypress",
162-
"options": {
163-
"devServerTarget": "mifosx-web-app:serve",
164-
"watch": true,
165-
"headless": false
166-
},
167-
"configurations": {
168-
"production": {
169-
"devServerTarget": "mifosx-web-app:serve:production"
170-
}
171-
}
172-
}
173-
}
174-
},
175-
"mifosx-web-app-e2e": {
176-
"root": "e2e",
177-
"projectType": "application",
178-
"architect": {
179-
"e2e": {
180-
"builder": "@cypress/schematic:cypress",
181-
"options": {
182-
"devServerTarget": "mifosx-web-app-e2e:serve",
183-
"watch": true,
184-
"headless": false
185-
},
186-
"configurations": {
187-
"production": {
188-
"devServerTarget": "mifosx-web-app-e2e:serve:production"
189-
}
190-
}
191-
},
192-
"lint": {
193-
"builder": "@angular-eslint/builder:lint",
194-
"options": {
195-
"lintFilePatterns": [
196-
"e2e/**/*.ts",
197-
"e2e/**/*.html"
198-
]
199-
}
200-
},
201-
"cypress-run": {
202-
"builder": "@cypress/schematic:cypress",
203-
"options": {
204-
"devServerTarget": "mifosx-web-app-e2e:serve",
205-
"configFile": "e2e/cypress.json"
206-
},
207-
"configurations": {
208-
"production": {
209-
"devServerTarget": "mifosx-web-app-e2e:serve:production"
210-
}
211-
}
212-
},
213-
"cypress-open": {
214-
"builder": "@cypress/schematic:cypress",
215-
"options": {
216-
"watch": true,
217-
"headless": false,
218-
"configFile": "e2e/cypress.json"
219-
}
220141
}
221142
}
222143
}

cypress/e2e/audit-trails.cy.ts

Lines changed: 0 additions & 177 deletions
This file was deleted.

cypress/e2e/spec.cy.ts

Lines changed: 0 additions & 37 deletions
This file was deleted.

cypress/plugins/index.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

cypress/support/commands.ts

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)