Open sinyo-matu opened 1 year ago
related issue: https://github.com/xstevenyung/fresh-seo/issues/25
Based on the Fresh Project, I wrote some code for plugin testing.
In the tests/ directory, the fixture/ directory is a stub Fresh site as a test target. In the file plugin.test.ts https://github.com/xstevenyung/fresh-seo/blob/14b9c057535a47fa41a64e8f8e52c7fe3d2312fe/tests/plugin.test.ts#L9 the WithFresh function will start the Fresh web server of the fixture/ for our test process.
tests/
fixture/
plugin.test.ts
WithFresh
Todo:
include
exclude
related issue: https://github.com/xstevenyung/fresh-seo/issues/25
Based on the Fresh Project, I wrote some code for plugin testing.
In the
tests/
directory, thefixture/
directory is a stub Fresh site as a test target. In the fileplugin.test.ts
https://github.com/xstevenyung/fresh-seo/blob/14b9c057535a47fa41a64e8f8e52c7fe3d2312fe/tests/plugin.test.ts#L9 theWithFresh
function will start the Fresh web server of thefixture/
for our test process.Todo:
include
functionalityexclude
functionality