An open API service indexing awesome lists of open source software.

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

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`.