Tags

October 24, 2020

@moduletag integration: true
@tag integration: true
describe "integration tests" do
    # integration tests
end
mix test --only integration: true
mix test --include integration: true

# Shorthand
mix test --only integration
mix test --include integration

© 2023, Built with ❤️ by Blake Dietz