Skip to main content

import command

Syntax: hakutest tests import <path-to-test-file>

The hakutest tests import command is used to import test files. It copies specified test file in tests directory. This command is essentially an alternative to manually copying a file to the tests directory.

Example

hakutest tests import ~/Downloads/my-test.json

This command will copy the file my-test.json located in ~/Downloads folder to the tests directory.