Skip to content

Commit 344cb6a

Browse files
Document how to run webid-provider-tests
1 parent b6ef259 commit 344cb6a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,17 @@ If you discover any security related issues, please email <[email protected]
147147
148148
-->
149149

150+
## Running solid/webid-provider-tests
151+
Due to https://github.com/pdsinterop/php-solid-server/issues/8 you should run, in one terminal window:
152+
```sh
153+
HOST=127.0.0.1 composer serve-dev
154+
```
155+
and in another you run the [webid-provider-test](https://github.com/solid/webid-provider-tests) as:
156+
```sh
157+
SERVER_ROOT=http://localhost:8080 ./node_modules/.bin/jest test/surface/fetch-openid-config.test.ts
158+
```
159+
The current `dev` branch of php-solid-server should pass roughly 7 out of 17 tests.
160+
150161
## Available Features
151162

152163
Based on the specifications, the following features are available:

0 commit comments

Comments
 (0)