UNPKG

e1c-test-tools

Version:

Набор инструментов для тестирования (предварительная версия)

70 lines (32 loc) 2.59 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.1.2](https://github.com/cinex-ru/e1c-test-tools/compare/v0.1.1...v0.1.2) (2020-12-27) ### Features * **tester:** add ValueTable to serialization ([f94fe12](https://github.com/cinex-ru/e1c-test-tools/commit/f94fe1255d182ed163622a84f6eee689d5a8023b)) ### Styling * fix problem with eol and tabs ([7bea224](https://github.com/cinex-ru/e1c-test-tools/commit/7bea22467f8a751990a4c5bdaf1cc2aa2ed971b7)) ### Others * fix .npmignore ([aa09cc9](https://github.com/cinex-ru/e1c-test-tools/commit/aa09cc93e2a75b2706970da2d4b8bdc3af56d3c7)) ### [0.1.1](https://github.com/cinex-ru/e1c-test-tools/compare/v0.1.0...v0.1.1) (2020-12-26) ### Features * **test-tools:** add stop-polling script ([b3a3a13](https://github.com/cinex-ru/e1c-test-tools/commit/b3a3a13d3b382be2d858123fd97492624b104313)) * **tester:** add convertation of ValueTable for json serialization ([3b19c2f](https://github.com/cinex-ru/e1c-test-tools/commit/3b19c2f83274488666dfcf556cfb772268f64555)) * **tester:** add management command StopPolling ([50c14db](https://github.com/cinex-ru/e1c-test-tools/commit/50c14dbb5992b935f5bd4a97e0162cf5e6a8011d)) ### Bug Fixes * **test-tools:** fix scripts to be able to run ([69fe9ac](https://github.com/cinex-ru/e1c-test-tools/commit/69fe9acb114f3d4bb796e0e622a43eca1e750f4d)) * **tester:** fix bug causes server calls during polling ([28ebbe5](https://github.com/cinex-ru/e1c-test-tools/commit/28ebbe57408be864d9a0c06219ba2cc2502e885b)) * **tester:** move to correct method create form of external e1c file ([31aa2f8](https://github.com/cinex-ru/e1c-test-tools/commit/31aa2f81becde469a1e19685f1242061aac897d8)) ### Styling * fix tests description ([71d6eb4](https://github.com/cinex-ru/e1c-test-tools/commit/71d6eb420f81a1862dcda47cfca4c0850c88b117)) ### Docs * add russian readme ([9969faa](https://github.com/cinex-ru/e1c-test-tools/commit/9969faab0db392d324e648e0964edb4fb90d9099)) ### Others * add package.json repo and keywords ([4868723](https://github.com/cinex-ru/e1c-test-tools/commit/4868723234befb958055b7a5dcbfa6622caf6d69)) ## 0.1.0 (2020-12-25) ### Features * add testing of external bin files e198f7b * **test-tools:** add start-up and shut-down test environment scripts 44f8867 ### Code Refactoring * **test-tools:** create lib and bin dirs, move methods appropriately + some rename 27e1591 ### Build System * **test-tools:** add declarations ff3532f