UNPKG

@cnlabs/ll-yandex-db-test-helpers

Version:

Library to work with Yandex Database in GitLab ci/cd pipelines

18 lines (16 loc) 411 B
# ll-yandex-db-test-helpers Library to work with Yandex Database in GitLab ci/cd pipelines It created folder in specified Yandex DB with pattern <CI_PROJECT_NAME || USER>/<ISO_DATE_TIME>/<table-name> After all method deletes all created tables #Install ```bash yarn add --dev @cnlabs/ll-yandex-db-test-helpers ``` ```bash npm install --save @cnlabs/ll-yandex-db-test-helpers ``` # Use ```javascript //TBD: ```