| id | FileSystem |
|---|---|
| title | FileSystem |
Extends Helper
Helper for testing filesystem. Can be easily used to check file structures:
I.amInPath('test');
I.seeFile('codecept.json');
I.seeInThisFile('FileSystem');
I.dontSeeInThisFile("WebDriverIO");Enters a directory In local filesystem. Starts from a current directory
openPath
Checks that contents of file found by seeFile doesn't equal to text.
textencoding
Checks that file found by seeFile doesn't include text.
textencoding
Checks that file exists
name
Checks that contents of file found by seeFile equal to text.
textencoding
Checks that file found by seeFile includes a text.
textencoding
Writes test to file
nametext