You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To document my Elixir app, I publish a livebooks in guides/*.livemd.
My livebooks have just text blocks and code blocks - no user input or UI interactions.
I'd like to run regression tests over my livebooks. The tests would require just a check to see if the livebook runs to the end and returns a success code. No intermediate assertions.
Is there is a package to run such tests?
Or can someone suggest a good approach to integrate with ExUnit or write a test runner?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
To document my Elixir app, I publish a livebooks in
guides/*.livemd.My livebooks have just text blocks and code blocks - no user input or UI interactions.
I'd like to run regression tests over my livebooks. The tests would require just a check to see if the livebook runs to the end and returns a success code. No intermediate assertions.
Is there is a package to run such tests?
Or can someone suggest a good approach to integrate with ExUnit or write a test runner?
Beta Was this translation helpful? Give feedback.
All reactions