You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON API Behat Extension provides step definitions for common testing scenarios specific to JSON APIs. It comes with easy ways to handle authentication through OAuth.
10
9
10
+
## Requirements
11
+
12
+
* PHP >= 5.4
13
+
14
+
| PHP | Package Version |
15
+
|-----|-----------------|
16
+
| 5.4 | v3.0.0 |
17
+
| 8.x | v4.0+ |
18
+
11
19
## Installation
12
20
13
21
Recommended installation is by running the composer require command. This will install the latest stable version of this extension.
0 commit comments