-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SiteTests #438
Add SiteTests #438
Conversation
Please see my note about |
Hey @JPToroDev, are you referring to the description of the |
You've add a |
Yep, I replaced |
I probably missing something, I can update this PR just to provide #420 seems only covers IgniteTesting.
|
64505e2
to
14c408c
Compare
I see, thank you for clarifying. Could you open up a separate issue/PR outlining the Ignite build failure you experienced yesterday that's separate from testing—and your proposed solution? |
I rebased my tests on top of your changes #420 (https://github.com/erikbasargin/Ignite/tree/012825a), and you're absolutely right that tests are fixed. However, Do you want to merge current SiteTests? I can raise another PR a bit later today with proposed solution. |
14c408c
to
d123cfa
Compare
When the build fails, do you get an error like "Content should have a date in the format of XYZ", or the publishing context |
This is the output that I see for
|
Perfect—thank you. Include this all in your new PR, along with your proposed solution using the revamped |
This PR addresses the
"PublishingContext.default accessed before being initialized. Call PublishingContext.initialize() first.
error when Markdown content contains invalid lastModified.Content/parseMetadataDate
is updated to set error on the provided context rather than shared instance ofPublishingContext