Skip to content

Commit 8d6f80a

Browse files
committed
updated docs, small refactorings
1 parent 989c76b commit 8d6f80a

32 files changed

+173
-547
lines changed

docs/helpers/FileSystem.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# FileSystem
22

3-
[docs/build/FileSystem.js:22-87](https://github.com/Codeception/CodeceptJS/blob/6e124db3371850a45323ea9b87f41ad1ed148371/docs/build/FileSystem.js#L22-L87 "Source code on GitHub")
4-
53
**Extends Helper**
64

75
Helper for testing filesystem.
@@ -16,8 +14,6 @@ I.dontSeeInThisFile("WebDriverIO");
1614

1715
## amInPath
1816

19-
[docs/build/FileSystem.js:34-37](https://github.com/Codeception/CodeceptJS/blob/6e124db3371850a45323ea9b87f41ad1ed148371/docs/build/FileSystem.js#L34-L37 "Source code on GitHub")
20-
2117
Enters a directory In local filesystem.
2218
Starts from a current directory
2319

@@ -27,8 +23,6 @@ Starts from a current directory
2723

2824
## dontSeeFileContentsEqual
2925

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-
3226
Checks that contents of file found by `seeFile` doesn't equal to text.
3327

3428
**Parameters**
@@ -38,8 +32,6 @@ Checks that contents of file found by `seeFile` doesn't equal to text.
3832

3933
## dontSeeInThisFile
4034

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-
4335
Checks that file found by `seeFile` doesn't include text.
4436

4537
**Parameters**
@@ -49,8 +41,6 @@ Checks that file found by `seeFile` doesn't include text.
4941

5042
## seeFile
5143

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-
5444
Checks that file exists
5545

5646
**Parameters**
@@ -59,8 +49,6 @@ Checks that file exists
5949

6050
## seeFileContentsEqual
6151

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-
6452
Checks that contents of file found by `seeFile` equal to text.
6553

6654
**Parameters**
@@ -70,8 +58,6 @@ Checks that contents of file found by `seeFile` equal to text.
7058

7159
## seeInThisFile
7260

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-
7561
Checks that file found by `seeFile` includes a text.
7662

7763
**Parameters**
@@ -81,8 +67,6 @@ Checks that file found by `seeFile` includes a text.
8167

8268
## writeToFile
8369

84-
[docs/build/FileSystem.js:42-44](https://github.com/Codeception/CodeceptJS/blob/6e124db3371850a45323ea9b87f41ad1ed148371/docs/build/FileSystem.js#L42-L44 "Source code on GitHub")
85-
8670
Writes test to file
8771

8872
**Parameters**

0 commit comments

Comments
 (0)