livebook/test
Leo B. 427ae40f2a Add a --dry-run flag to livebook deploy CLI (#3109)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2025-12-15 19:29:23 +01:00
..
livebook Update Elixir and Erlang versions and remove LIVEBOOK_FIPS in favour of erl flag (#3097) 2025-11-16 19:29:23 +01:00
livebook_teams Add a --dry-run flag to livebook deploy CLI (#3109) 2025-12-15 19:29:23 +01:00
livebook_web Add per-language dispatch to intellisense (#3096) 2025-11-16 12:23:55 +01:00
support Add per-language dispatch to intellisense (#3096) 2025-11-16 12:23:55 +01:00
livebook_test.exs
README.md
test_helper.exs Introducing Git file storage (#3056) 2025-09-22 17:38:37 -03:00

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