mix pipeline.test.live (pipeline v0.0.1)

View Source

Runs Pipeline tests in live mode with real API calls.

Usage

mix pipeline.test.live            # Run all tests with live APIs
mix pipeline.test.live integration # Run only integration tests with live APIs

⚠️ This will make real API calls and incur costs!

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.