You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/helpers/FileSystem.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# FileSystem
2
2
3
-
[docs/build/FileSystem.js:22-87](https://github.com/Codeception/CodeceptJS/blob/6e124db3371850a45323ea9b87f41ad1ed148371/docs/build/FileSystem.js#L22-L87"Source code on GitHub")
[docs/build/FileSystem.js:34-37](https://github.com/Codeception/CodeceptJS/blob/6e124db3371850a45323ea9b87f41ad1ed148371/docs/build/FileSystem.js#L34-L37"Source code on GitHub")
20
-
21
17
Enters a directory In local filesystem.
22
18
Starts from a current directory
23
19
@@ -27,8 +23,6 @@ Starts from a current directory
27
23
28
24
## dontSeeFileContentsEqual
29
25
30
-
[docs/build/FileSystem.js:82-85](https://github.com/Codeception/CodeceptJS/blob/6e124db3371850a45323ea9b87f41ad1ed148371/docs/build/FileSystem.js#L82-L85"Source code on GitHub")
31
-
32
26
Checks that contents of file found by `seeFile` doesn't equal to text.
33
27
34
28
**Parameters**
@@ -38,8 +32,6 @@ Checks that contents of file found by `seeFile` doesn't equal to text.
38
32
39
33
## dontSeeInThisFile
40
34
41
-
[docs/build/FileSystem.js:66-69](https://github.com/Codeception/CodeceptJS/blob/6e124db3371850a45323ea9b87f41ad1ed148371/docs/build/FileSystem.js#L66-L69"Source code on GitHub")
42
-
43
35
Checks that file found by `seeFile` doesn't include text.
44
36
45
37
**Parameters**
@@ -49,8 +41,6 @@ Checks that file found by `seeFile` doesn't include text.
49
41
50
42
## seeFile
51
43
52
-
[docs/build/FileSystem.js:49-53](https://github.com/Codeception/CodeceptJS/blob/6e124db3371850a45323ea9b87f41ad1ed148371/docs/build/FileSystem.js#L49-L53"Source code on GitHub")
53
-
54
44
Checks that file exists
55
45
56
46
**Parameters**
@@ -59,8 +49,6 @@ Checks that file exists
59
49
60
50
## seeFileContentsEqual
61
51
62
-
[docs/build/FileSystem.js:74-77](https://github.com/Codeception/CodeceptJS/blob/6e124db3371850a45323ea9b87f41ad1ed148371/docs/build/FileSystem.js#L74-L77"Source code on GitHub")
63
-
64
52
Checks that contents of file found by `seeFile` equal to text.
65
53
66
54
**Parameters**
@@ -70,8 +58,6 @@ Checks that contents of file found by `seeFile` equal to text.
70
58
71
59
## seeInThisFile
72
60
73
-
[docs/build/FileSystem.js:58-61](https://github.com/Codeception/CodeceptJS/blob/6e124db3371850a45323ea9b87f41ad1ed148371/docs/build/FileSystem.js#L58-L61"Source code on GitHub")
74
-
75
61
Checks that file found by `seeFile` includes a text.
76
62
77
63
**Parameters**
@@ -81,8 +67,6 @@ Checks that file found by `seeFile` includes a text.
81
67
82
68
## writeToFile
83
69
84
-
[docs/build/FileSystem.js:42-44](https://github.com/Codeception/CodeceptJS/blob/6e124db3371850a45323ea9b87f41ad1ed148371/docs/build/FileSystem.js#L42-L44"Source code on GitHub")
0 commit comments