codeception-extension codeception-extension
Codeception extension to report meta-data back to TestingBot.
testingbot/codeception-extension
Codeception extension to report meta-data back to TestingBot.
- Saturday, September 16, 2017
- by testingbot
- Repository
- 1 Watchers
- 1 Stars
- 9,522 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 5 Versions
- 16 % Grown
This is a CodeCeption extension that will send test meta-data back to TestingBot.
This way, you can see the test name, passed/failed state and more in the TestingBot dashboard overview., (*1)
Installation
-
Add the testingbot/codeception-extension composer package to the project's composer.json or
run composer require testingbot/codeception-extension
, (*2)
-
Execute composer to update your environment., (*3)
-
Add the extension and your TestingBot credentials in the codeception.yml file:, (*4)
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
extensions:
enabled:
- Codeception\Extension\RunFailed
- Codeception\Extension\TestingBotExtension
config:
Codeception\Extension\TestingBotExtension:
key: "KEY"
secret: "SECRET"
````
+ Make sure your tests use the extension:
```json
modules:
enabled:
- WebDriver
config:
WebDriver:
host: 'hub.testingbot.com'
port: 80
browser: chrome
url: 'http://www.google.com'
capabilities:
'client_key': 'YOUR TESTINGBOT KEY'
'client_secret' : 'YOUR TESTINGBOT SECRET'
'build': 'codeception-testingbot'
env:
single:
modules:
config:
WebDriver:
capabilities:
'name': 'single_test'
Refer to this documentation here for further explanation., (*5)
dev-master
9999999-dev
Codeception extension to report meta-data back to TestingBot.
Sources
Download
Apache-2.0
The Requires
The Development Requires
selenium
codeception
testingbot
1.0.3
1.0.3.0
Codeception extension to report meta-data back to TestingBot.
Sources
Download
Apache-2.0
The Requires
The Development Requires
selenium
codeception
testingbot
1.0.2
1.0.2.0
Codeception extension to report meta-data back to TestingBot.
Sources
Download
Apache-2.0
The Requires
The Development Requires
selenium
codeception
testingbot
1.0.1
1.0.1.0
Codeception extension to report meta-data back to TestingBot.
Sources
Download
Apache-2.0
The Requires
The Development Requires
selenium
codeception
testingbot
1.0.0
1.0.0.0
Codeception extension to report meta-data back to TestingBot.
Sources
Download
Apache-2.0
The Requires
The Development Requires
selenium
codeception
testingbot