All notable changes to this project will be documented in this file.
- Remove dist folder from gitignore as we need to publish it in github. Closes 262.
- add check version to pull_request. Closes 262.
- Upgrade dependencies to latest. Closes 262.
- Fix broken build. Closes 225.
- Transfer ownership from
annaet
toinfosum
and update repo links.
- Enable
cypress-tags
to be used with Cypress v6 and upwards. Closes 216. - Updated dependencies.
- Remove module.exports preventing
tagify
function from exporting correctly. Closes 211.
- Export
tagify
function. Closes 205.
- Updated to Cypress v10 and other dependancies to latest. Closes 179.
- Added support for boolean expressions. Closes 166.
- Fixed issue #100 where
cypress
was not defined as a peer dependency. Credit to @TomaszG. - Updated dependencies.
- Fixed bug #58 where
createEmptyStatement
was incompatible with a newer version of TypeScript. Replaced withcreateOmittedExpression
. Credit to @omjokine! - Updated dependencies.
- Added new environment variables
CYPRESS_INCLUDE_USE_BOOLEAN_AND
andCYPRESS_EXCLUDE_USE_BOOLEAN_AND
to allow a user to boolean AND tags together when including or excluding. Closes #34. - Added support for
xit
andxdescribe
. Closes #47.
- Updated Cypress to v7.4.0 and other dependancies to latest.
- Fixed bug #25 where tagged describe blocks were being ignored completely when the
CYPRESS_INCLUDE_TAGS
env var included tags that did not match the describe block. Nowcypress-tags
should fall through to the inner test blocks and check those for tags instead. - Updated README to explain why using Cypress's
--env
CLI argument does not work as referenced in #35.
- Added tests for
.only
- Added tests for
.skip
- Fixed bug #18 where tests including a
.skip
were not being evaluated for tags. - Fixes bug #19 where tests including a
.only
were not being evaluated for tags. - Refactor common helper code out of test files and into
helpers/tagify
. - Refactor common code for evaluating whether code block has tags into
checkBlockForTags
function. - Updated Cypress to v6.8.0 and other dependancies to latest.
- Added this CHANGELOG file.
- Fixed bug #16 where template literal in title property has no embedded expression was causing test to always be run.
- Updated Cypress to v6.5.0 and other dependancies to latest.