livebook/test
Cristine Guadelupe 37c7444328
Deployment group for app deployment (#2410)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: José Valim <jose.valim@gmail.com>
2023-12-27 15:24:48 -03:00
..
livebook Fix logs not getting captured in RuntimeServer tests 2023-12-15 14:37:04 +07:00
livebook_teams Deployment group for app deployment (#2410) 2023-12-27 15:24:48 -03:00
livebook_web Refresh Hub's belonged data with push_patch when it changes (#2384) 2023-12-08 09:49:02 -03:00
support
livebook_test.exs
README.md
test_helper.exs

Running Livebook test suite

Unit tests

$ mix test

Teams tests

Integration with Livebook Teams requires cloning the private Livebook Teams repository. By default it is expected to be in sibling directory to Livebook itself. But you can set TEAMS_PATH to a custom directory.

Livebook should take care of automatically setting up the Teams repository for you. However, if you run into issues, you can run the following in the Teams repository:

$ MIX_ENV=livebook mix setup