Skip to content

Commit cac169e

Browse files
authored
Update cypress.md
1 parent a045f84 commit cac169e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/testing/cypress.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,11 @@ Under the `e2e` folder you now have these files:
5656

5757
* `/cypress.json`: Configure cypress. The default is empty and that is all you need.
5858
* `/cypress` Subfolders:
59-
* `/fixtures`: Test fixtures
60-
* Comes with `example.json`. Feel free to delete it.
61-
* You can create simple `.json` files that can be used to provide sample data (aka fixtures) for usage across tests.
6259
* `/integration`: All your tests.
63-
* Comes with an `examples` folder. You can safely delete it.
64-
* Name tests with `.spec.ts` e.g. `something.spec.ts`.
6560
* Feel free to create tests under subfolders for better organization e.g. `/someFeatureFolder/something.spec.ts`.
6661

6762
## First test
68-
* create a file `/cypress/integration/first.spec.ts` with the following contents:
63+
* create a file `/cypress/integration/first.ts` with the following contents:
6964

7065
```ts
7166
describe('google search', () => {

0 commit comments

Comments
 (0)