Repository: https://github.com/solid/test-suite - Code of Conduct: https://github.com/solid/specification#code-of-conduct
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump node-fetch from 2.6.0 to 2… (compare)
When I run that script I see
=> [ 2/10] RUN git clone https://github.com/solid/node-solid-server 3.3s
=> [ 3/10] WORKDIR node-solid-server 0.1s
=> [ 4/10] RUN git checkout main 0.3s
=> [ 5/10] RUN npm install 75.2s
=> [ 6/10] RUN openssl req -new -x509 -days 365 -nodes -out ./server.cert -keyout ./server.key -subj "/C=RO/ST=Bucharest/L=Bucha 0.5se
=> [ 7/10] ADD config.json . 0.0s
=> [ 8/10] ADD config ./config 0.0s
=> [ 9/10] ADD data ./data 0.0s
=> [10/10] ADD .db ./.db
It looks like its just checking out the current main branch of node-solid-server and running it. Is there any way I can run the test suite against the local instance?
@michielbdejong @RubenVerborgh Let's take it down a few notches =)
Michiel, Aaron's suggestions seem reasonable to me and will be easy going for everyone.
Let the information about implementations and their reports come from authoritative sources or at the very least be published given their consent. (FWIW, that's how it was for the LDN test suite.)
ADD
instead of git pull
, see https://github.com/pdsinterop/solid-nextcloud/blob/main/Dockerfile#L17
ADD
so that will also test the PR's branch correctly https://github.com/pdsinterop/php-solid-server/blob/main/Dockerfile#L20
If-None-Match: *
request headers?
If-Match
and If-None-Match
either yet, right?
npm run build
there.main
and the version/2.0.0
branch.