Skip to content

Commit

Permalink
chore(dev-review): remove useless file
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidITGuy committed Feb 6, 2023
1 parent 01b2021 commit a321651
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 61 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ For more details and documentation, please visit [https://CapRover.com](https://
## Tests
### e2e
to run end to end testing you just have to run `yarn test:e2e` or `yarn test:e2e--open` if you want to display the result.
e2e testing are nocking the network callback.
However, you need to run the front office before running the e2e testing.
to run end to end testing you just have to run `yarn start` then `yarn test:e2e` or `yarn test:e2e--open` if you want to display the result.
## Backers
Expand Down
5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

37 changes: 0 additions & 37 deletions cypress/support/commands.ts

This file was deleted.

38 changes: 20 additions & 18 deletions cypress/support/e2e.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
// ***********************************************************
// This example support/e2e.ts is processed and
// loaded automatically before your test files.
//
// This is a great place to put global configuration and
// behavior that modifies Cypress.
//
// You can change the location of this file or turn off
// automatically serving support files with the
// 'supportFile' configuration option.
//
// You can read more here:
// https://on.cypress.io/configuration
// ***********************************************************
/*
DEVNOTE : this file is mandatory even if it does not apply anything
***********************************************************
This example support/e2e.ts is processed and
loaded automatically before your test files.
// Import commands.js using ES2015 syntax:
import './commands'
This is a great place to put global configuration and
behavior that modifies Cypress.
// Alternatively you can use CommonJS syntax:
// require('./commands')
You can change the location of this file or turn off
automatically serving support files with the
'supportFile' configuration option.
You can read more here:
https://on.cypress.io/configuration
***********************************************************
Import commands.js using ES2015 syntax:
you can create custom commands on https://on.cypress.io/custom-commands
import './commands'
Alternatively you can use CommonJS syntax:
require('./commands')
*/

0 comments on commit a321651

Please sign in to comment.