kinow opened a new pull request, #1734: URL: https://github.com/apache/jena/pull/1734
….json scripts. Add docs. GitHub issue resolved #1644 Pull request Description: @afs, I re-read the Cypress docs and found [this page](https://docs.cypress.io/guides/continuous-integration/introduction) talking about CI and Cypress, where they mention ways to control the order of initialization of a service like our Fuseki. I replaced `concurrently` by `start-server-and-test`, since otherwise we would have to bring `wait-on` as an extra dependency. To review this, someone (able to reproduce the issue linked :grimacing: ) would have to run it a few times to confirm it's gone, and that everything works OK. I got the impression that `start-server-and-test` runs the Cypress tests faster than `concurrently`, but I could be wrong. ---- - [x] Tests are included. - [x] Documentation change and updates are provided for the [Apache Jena website](https://github.com/apache/jena-site/) - [x] Commits have been squashed to remove intermediate development commit messages. - [x] Key commit messages start with the issue number (GH-xxxx or JENA-xxxx) By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the [Contributor's Agreement](https://www.apache.org/licenses/contributor-agreements.html). ---- See the [Apache Jena "Contributing" guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
