gonkey
gonkey copied to clipboard
Gonkey - a testing automation tool
Уже обсуждалось в #41 Хотим все же попробовать проработать вариант с асинхронными версиями проверок в базе и входящих колов в моки, чтобы все было честно. По сути такое есть asserts...
В #85 речь идет о консольном отчете и там удобнее видеть путь до конкретного файла с тетсами. Я допускаю, что имена тестов могут совпадать глобально, но в рамках одного suite...
Currently, mocks can only be defined on a per test basis. We have a service that connects to an external endpoint (elasticSearch) on startup, before the http server is started....
In case of using "https://github.com/fescobar/allure-docker-service" which uses standard allure report generator all gonkey dates become invalid (dates are in the far future), each timestamp should be additionally divided to 1000...
Добавлена возможность указывать переменные в блоке variables согласно [issue](https://github.com/lamoda/gonkey/issues/153). Пофикшена проблема с коллизией "глобальных переменных" и переменных из cases на основе решения из [PR](https://github.com/lamoda/gonkey/pull/118). Добавлять переменные в фикстуры предлагаю отдельно,...
Bumps [github.com/aerospike/aerospike-client-go/v5](https://github.com/aerospike/aerospike-client-go) from 5.8.0 to 5.10.0. Release notes Sourced from github.com/aerospike/aerospike-client-go/v5's releases. Major fix release This is a Major fix release. We recommend you update to this version ASAP. A...
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.3.0 to 1.10.7. Release notes Sourced from github.com/lib/pq's releases. v1.10.4 Keep track of (context cancelled) error on connection. Fix android build v1.10.3 implement ConnPrepareContext/StmtQueryContext/StmtExecContext interfaces (context.Cancel() now...
Текущая реализация модуля по работе с фикстурами основывается на использовании интерфейса Loader и его реализации для каждого конкретного типа фикстур. Предлагаю переделать это на использование универсального парсера формата фикстур, так,...
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.13.0 to 1.14.3. Commits 8bf80a3 Merge pull request #291 from janisz/master 9e84870 Handle modifiers with options 475b403 Allow for Index > 0 on path compontent that are...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. Release notes Sourced from golangci/golangci-lint-action's releases. v4.0.0 What's Changed Documentation docs: update examples by @KunalSin9h in golangci/golangci-lint-action#826 docs: update section about GitHub Annotations by...