|
1 | | -# cypress-markdown-preprocessor |
| 1 | +# cypress-markdown-preprocessor [![ci status][ci image]][ci url] [![badges status][badges image]][badges url] [![renovate-app badge][renovate-badge]][renovate-app] |
2 | 2 | > Use Markdown files as Cypress specs |
| 3 | +
|
| 4 | +### Small print |
| 5 | + |
| 6 | +Author: Gleb Bahmutov <gleb.bahmutov@gmail.com> © 2020 |
| 7 | + |
| 8 | +- [@bahmutov](https://twitter.com/bahmutov) |
| 9 | +- [glebbahmutov.com](https://glebbahmutov.com) |
| 10 | +- [blog](https://glebbahmutov.com/blog) |
| 11 | + |
| 12 | +License: MIT - do anything with the code, but don't blame me if it does not work. |
| 13 | + |
| 14 | +Support: if you find any problems with this module, email / tweet / |
| 15 | +[open issue](https://github.com/bahmutov/cypress-markdown-preprocessor/issues) on Github |
| 16 | + |
| 17 | +## MIT License |
| 18 | + |
| 19 | +Copyright (c) 2020 Gleb Bahmutov <gleb.bahmutov@gmail.com> |
| 20 | + |
| 21 | +Permission is hereby granted, free of charge, to any person |
| 22 | +obtaining a copy of this software and associated documentation |
| 23 | +files (the "Software"), to deal in the Software without |
| 24 | +restriction, including without limitation the rights to use, |
| 25 | +copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 26 | +copies of the Software, and to permit persons to whom the |
| 27 | +Software is furnished to do so, subject to the following |
| 28 | +conditions: |
| 29 | + |
| 30 | +The above copyright notice and this permission notice shall be |
| 31 | +included in all copies or substantial portions of the Software. |
| 32 | + |
| 33 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 34 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 35 | +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 36 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 37 | +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 38 | +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 39 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 40 | +OTHER DEALINGS IN THE SOFTWARE. |
| 41 | + |
| 42 | +[ci image]: https://github.com/bahmutov/cypress-markdown-preprocessor/workflows/ci/badge.svg?branch=main |
| 43 | +[ci url]: https://github.com/bahmutov/cypress-markdown-preprocessor/actions |
| 44 | +[badges image]: https://github.com/bahmutov/cypress-markdown-preprocessor/workflows/badges/badge.svg?branch=main |
| 45 | +[badges url]: https://github.com/bahmutov/cypress-markdown-preprocessor/actions |
| 46 | +[renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg |
| 47 | +[renovate-app]: https://renovateapp.com/ |
0 commit comments