https://github.com/aerokube/moon-cloud-codeception-example
An example Codeception project demonstrating how to work with Moon Cloud
https://github.com/aerokube/moon-cloud-codeception-example
codeception example moon-cloud
Last synced: 3 months ago
JSON representation
An example Codeception project demonstrating how to work with Moon Cloud
- Host: GitHub
- URL: https://github.com/aerokube/moon-cloud-codeception-example
- Owner: aerokube
- License: apache-2.0
- Created: 2019-08-08T05:44:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T09:36:47.000Z (over 2 years ago)
- Last Synced: 2025-06-06T23:09:06.295Z (4 months ago)
- Topics: codeception, example, moon-cloud
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Moon Cloud Codeception Example
1) Install dependencies:
```
$ composer install
```2) Run the test:
```bash
$ BROWSERS_USERNAME=your-username-here BROWSERS_PASSWORD=your-password-here ./vendor/bin/codecept run
```3) Screenshot will be saved to `_output/debug/screenshot.png`.