Skip to content
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

Run Cypress tests with PreCompiledGenerator to make sure the asciidoc is generated #1139

Closed
nbaars opened this issue Dec 13, 2023 · 0 comments · Fixed by #1141
Closed

Run Cypress tests with PreCompiledGenerator to make sure the asciidoc is generated #1139

nbaars opened this issue Dec 13, 2023 · 0 comments · Fixed by #1141
Labels
bug Something isn't working
Milestone

Comments

@nbaars
Copy link
Collaborator

nbaars commented Dec 13, 2023

Cypress now uses AsciiDocGenerator which uses on-the-fly conversion from asciidoc to html. For development this is a good as you change the asciidoc when developing a new challenge.

For the Cypress test the PreCompiledGenerator should be wired to let it run against the precompiled version. Maybe even better to only use this config when running a Maven build. Otherwise running from within IntelliJ might fail when developing a new challenge as the html files are only created when running Maven.

@nbaars nbaars added the bug Something isn't working label Dec 13, 2023
@commjoen commjoen added this to the 1.8.x milestone Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants