chrisdenman / test.learnyouahaskell.github.io

Functional Testing learnyouahaskell.github.io
The Unlicense
1 stars 0 forks source link

output_file_template validation should apply when deserializing JSON, not just when running screenshot tests. #26

Closed chrisdenman closed 1 week ago

chrisdenman commented 1 week ago

Describe the bug. Currently, the validation only happens when the screenshots run which is brittle.

Steps to reproduce

  1. Provide an unknown token in the output_file_template
  2. Run the app
  3. Notice that it fails only when screenshots are executed.

Please complete the following statements