chromatic
Version:
Automate visual testing across browsers. Gather UI feedback. Versioned documentation.
13 lines (10 loc) • 392 B
JavaScript
import chalk from 'chalk';
import dedent from 'ts-dedent';
import { info } from '../../components/icons';
export default ({ scriptName, port }) =>
dedent(chalk`
${info} Detected {bold ${scriptName}} script, running with inferred options:
{bold --script-name=${scriptName}}
{bold --storybook-port=${port}}
Override any of the above if they were inferred incorrectly.
`);