File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -56,16 +56,11 @@ Under the `e2e` folder you now have these files:
56
56
57
57
* ` /cypress.json ` : Configure cypress. The default is empty and that is all you need.
58
58
* ` /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.
62
59
* ` /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 ` .
65
60
* Feel free to create tests under subfolders for better organization e.g. ` /someFeatureFolder/something.spec.ts ` .
66
61
67
62
## 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:
69
64
70
65
``` ts
71
66
describe (' google search' , () => {
You can’t perform that action at this time.
0 commit comments