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
Verify the compatibility of any web server with the [remoteStorage
4
-
spec](http://tools.ietf.org/html/draft-dejong-remotestorage-11)'s REST API, versions 03–05; also valid for later versions but missing specs for some newer features.
The spec version to test comes from the webfinger response by default, but you can also use the browser version to say "test that this server conforms to version X".
8
+
9
+
Mocha has a `grep` option to filter tests in the browser, for example [public folder with no token](https://spec-check.0data.app/?grep=%5Epublic%20folder%20with%20no%20token%20).
5
10
6
11
## Development
7
12
@@ -13,23 +18,19 @@ npm i
13
18
14
19
### Configure environment
15
20
16
-
| name | description |
17
-
| - | - |
18
-
|`SERVER_URL`|defaults to `api-test-suite`|
19
-
|`TOKEN_SCOPE` (optional) | defaults to `api-test-suite`|
20
-
|`ACCOUNT_HANDLE`| username of test account|
21
-
|`TOKEN_READ_WRITE`| OAuth token with read/write access to the specified `CATEGORY`|
22
-
|`TOKEN_READ_ONLY`| OAuth token with read-only access to the specified `CATEGORY`|
23
-
|`TOKEN_GLOBAL`| OAuth token with read/write access to the root folder|
0 commit comments