sandwich
sandwich copied to clipboard
Yet another test framework for Haskell.
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
This is mostly a case of me spending 3 hours trying to work out why some things weren't working, and diving into `brick` and `vty` to no avail and discovering...
Reported in #60.
Are you planning to support snapshot testing similar to `tasty-golden`? That's the number one of the core features I look for in testing frameworks. Edit: Maybe I should have started...
Into a brand new stack project, I changed `test/Spec.hs` into the following file: ```haskell module Main where import Test.Sandwich basic :: TopSpec basic = do describe "Test TUI" $ do...
* Re-record Slack video with better zoom * Add video of webdriver * ~~Add note about Windows support~~ * Add doc page about normal hooks * ~~Move demos to their...
Probably want to either a) figure out how to use TH to do main function autodetection or b) come up with a more ad-hoc heuristic. A less desirable solution would...
I end up with: PS C:\sandwich> stack run demo-landing -- --tui Error: While constructing the build plan, the following exceptions were encountered: In the dependencies for brick-0.58.1(+demos): unix is a...
Otherwise the run might be affected by the non-empty contents. (Or, make a new numbered folder for each new run?)