Closed SamWyldKW closed 3 years ago
@trentrand Hi, thanks for the feedback :D I've addressed all of your comments just have one question 👍
@SamWyldKW I addressed the last feedback but unfortunately I can't amend this PR because the branch is owned by you.
Do you mind clicking this checkmark so that I have contribution permissions?
I'll push the change and get this merged shortly after!
Hey I have it checked. You should be able to 👍 @trentrand
How strange
@SamWyldKW I lost permission to your branch again so I went ahead and just pushed your commit (https://github.com/trentrand/cypress-utils/commit/76dd45b14130c8456d343d3c3b9419315c4638d8) directly to master.
I've tested it locally and it works great - thank you very much for the contribution!
Published as cypress-utils@2.1.0
on npm registry and Github packages.
Hey, this PR adds
fileFormat
as an option. This is because we are using TypeScript, it's very useful to have the option. As well as that, I found that files were not loading in astestFiles
were not set in my cypress.json. I've addedtestFiles
as an arg with the default that cypress sets.I've also added the use of
glob
. It easily enables me to work with my nested test suite structure without having any effect on the current functionality.