Skip to content

Commit 7860dc6

Browse files
committed
:neckbeard: Refactor domain
1 parent a5eb497 commit 7860dc6

17 files changed

+2990
-502
lines changed

behat.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
default:
2+
suites:
3+
domain:
4+
filters: { tags: "~ui" }
5+
contexts:
6+
- DomainContext
7+
web:
8+
filters: { tags: "critical,ui" }
9+
contexts:
10+
- WebContext
11+
- Rezzza\RestApiBehatExtension\RestApiContext
12+
- Rezzza\RestApiBehatExtension\Json\JsonContext
13+
14+
extensions:
15+
Rezzza\RestApiBehatExtension\Extension:
16+
rest:
17+
base_url: http://localhost:8888/
18+
store_response: true

composer.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@
66
"psr-4": { "Shouze\\ParkedLife\\": "src/" }
77
},
88
"require": {
9-
"symfony/serializer": "^3.1"
9+
"symfony/serializer": "^3.1",
10+
"pascaldevink/shortuuid": "^1.0"
1011
},
1112
"require-dev": {
1213
"behat/behat": "^3.2",
1314
"phpspec/phpspec": "^3.1",
14-
"beberlei/assert": "^2.6"
15+
"rezzza/rest-api-behat-extension": "^5.0",
16+
"behat/symfony2-extension": "^2.1",
17+
"php-http/curl-client": "^1.6",
18+
"php-http/client-common": "^1.2",
19+
"php-http/message": "^1.3",
20+
"guzzlehttp/psr7": "^1.3"
1521
}
1622
}

0 commit comments

Comments
 (0)