Skip to content

Commit

Permalink
Added codeception testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Suvink committed Mar 28, 2021
1 parent b9bb468 commit f2a7f15
Show file tree
Hide file tree
Showing 2,181 changed files with 258,094 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file added koolreport/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion koolreport/core/tests/acceptance.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ actor: AcceptanceTester
modules:
enabled:
- WebDriver:
url: 'http://localhost/Reporting/koolreport/tests/_cases'
url: 'http://localhost'
browser: phantomjs
- \Helper\Acceptance
Binary file added tests/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions tests/TestCommand.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
php vendor/bin/codecept run --steps
10 changes: 10 additions & 0 deletions tests/codeception.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
7 changes: 7 additions & 0 deletions tests/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"require-dev": {
"codeception/codeception": "^4.1",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-asserts": "^1.0.0"
}
}
Loading

0 comments on commit f2a7f15

Please sign in to comment.