livebook/test
Hugo Baraúna c8d1e2ea5c
Design changes to /apps page (#3099)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2025-11-19 10:25:52 -03: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 Design changes to /apps page (#3099) 2025-11-19 10:25:52 -03: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