polevaultweb/google-drive-filesystem
Composer 安装命令:
composer require polevaultweb/google-drive-filesystem
包简介
Google Drive extension of the Codeception Filesystem module.
README 文档
README
A Google Drive Filesystem module for Codeception.
Installation
To install simply require the package in the composer.json file like
composer require --dev polevaultweb/google-drive-filesystem
GoogleDriveFilesystem configuration
GoogleDriveFilesystem extends Filesystem module hence any parameter required and available to that module is required and available in GoogleDriveFilesystem as well.
In the suite .yml configuration file add the module among the loaded ones with the authorizationToken.
modules: enabled: - GoogleDriveFilesystem config: GoogleDriveFilesystem: authorizationToken: xxxxxxxxxxxx
Supports
- doesDriveFileExist
- deleteDriveFile
And assertions
- seeDriveFile
Usage
$I = new AcceptanceTester( $scenario ); $I->seeDriveFile( 'path/to/file.jpg' );
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-17