Skip to content

Commit

Permalink
1645: Start working with diffy behat
Browse files Browse the repository at this point in the history
  • Loading branch information
svipsa committed Jul 20, 2020
1 parent fa299e5 commit 3f78c0f
Show file tree
Hide file tree
Showing 7 changed files with 2,405 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/*
1 change: 1 addition & 0 deletions Diffy/Behat/DiffyExtension.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php
8 changes: 8 additions & 0 deletions behat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
default:
suites:
default:
paths:
features: features/
bootstrap: features/bootstrap/
contexts:
- DiffyContext
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"require-dev": {
"behat/behat": "^3.7.0",
"diffywebsite/diffy-php": "1.x-dev"
}
}
Loading

0 comments on commit 3f78c0f

Please sign in to comment.