check-cucumber
Advanced tools
Changelog
0.5.3
--create
option to create a test or suite by ID when they are not found in a projectChangelog
0.5.0
--keep-structure
option to prefer source code structure over the structure in Testomat.ioTESTOMATIO_BRANCH
env variable to import tests to a branch:TESTOMATIO_BRANCH=dev TESTOMATIO=123456 npx check-cucumber ...
Changelog
0.4.0
--update-ids
option to automatically assign test ids--no-detached
option to not mark tests on detached on import--clean-ids
command to remove automatically set ids with --update-ids
command--unsafe-clean-ids
command to remove automatically set ids, without server verificationTESTOMATIO_PREPEND_DIR="MyTESTS"
param to import tests into a specific folder/suite.