CI Cypress fix (#21)
* Cypress config added for PRs * Badge added * Cypress config fix
This commit is contained in:
@@ -24,4 +24,9 @@ branches:
|
|||||||
script:
|
script:
|
||||||
- yarn test --ci
|
- yarn test --ci
|
||||||
- yarn dev & wait-on http://localhost:3000
|
- yarn dev & wait-on http://localhost:3000
|
||||||
- yarn cy:run --record --key $CY_KEY
|
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ];
|
||||||
|
then
|
||||||
|
yarn cy:run --record --key $CY_KEY;
|
||||||
|
else
|
||||||
|
yarn cy:run;
|
||||||
|
fi'
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
[](https://travis-ci.com/TheDavidDelta/lingva-translate)
|
[](https://travis-ci.com/TheDavidDelta/lingva-translate)
|
||||||
[](https://lingva.ml/)
|
[](https://lingva.ml/)
|
||||||
|
[](https://dashboard.cypress.io/projects/qgjdyd/runs)
|
||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
[](https://github.com/humanetech-community/awesome-humane-tech)
|
[](https://github.com/humanetech-community/awesome-humane-tech)
|
||||||
|
|
||||||
@@ -38,12 +39,14 @@ The easiest way is to use their creators' own platform, [Vercel](https://vercel.
|
|||||||
|
|
||||||
## Instances
|
## Instances
|
||||||
|
|
||||||
These are the currently known *Lingva* instances. Feel free to make a Pull Request including yours.
|
These are the currently known *Lingva* instances. Feel free to make a Pull Request including yours (please remember to add `[skip ci]` to the last commit).
|
||||||
|
|
||||||
|
| Domain | Hosting | SSL Provider |
|
||||||
|
|:------------------------------------------------------------:|:-----------------------------:|:----------------------------------------------------------------------------------------:|
|
||||||
|
| [lingva.ml](https://lingva.ml/) (Official) | [Vercel](https://vercel.com/) | [Let's Encrypt](https://www.ssllabs.com/ssltest/analyze.html?d=lingva.ml) |
|
||||||
|
| [translate.alefvanoon.xyz](https://translare.alefvanoon.xyz) | [Vercel](https://vercel.com/) | [Let's Encrypt](https://www.ssllabs.com/ssltest/analyze.html?d=translate.alefvanoon.xyz) |
|
||||||
|
|
||||||
|
|
||||||
| Domain | Hosting | SSL Provider |
|
|
||||||
|:------------------------------------------:|:-----------------------------:|:-------------------------------------------------------------------------:|
|
|
||||||
| [lingva.ml](https://lingva.ml/) (Official) | [Vercel](https://vercel.com/) | [Let's Encrypt](https://www.ssllabs.com/ssltest/analyze.html?d=lingva.ml) |
|
|
||||||
| [translate.alefvanoon.xyz](https://translare.alefvanoon.xyz) | [Vercel](https://vercel.com/) | [Let's Encrypt](https://www.ssllabs.com/ssltest/analyze.html?d=translate.alefvanoon.xyz&latest) |
|
|
||||||
## Public APIs
|
## Public APIs
|
||||||
|
|
||||||
Nearly all the *Lingva* instances should supply a pair of public developer APIs: a RESTful one and a GraphQL one.
|
Nearly all the *Lingva* instances should supply a pair of public developer APIs: a RESTful one and a GraphQL one.
|
||||||
|
|||||||
Reference in New Issue
Block a user