Flora Liu
Flora Liu

Reputation: 43

Testcafe get skipped tests in embedding-utils.js

I am trying to add some personal static analysis to my testcafe tests according to different features I am testing. I found there is getTypeScriptTestList in the following API, https://github.com/DevExpress/testcafe/blob/fcd93e8dbee76ea70786ee3aee4fb35990260e2a/src/embedding-utils.js#L66 (I am using Typescript), and I can get list of the tests with very basic info without running all the tests, however, there seems no information getting the skipped tests, wondering if I miss anything or if there is another better way?

I also had a look into https://github.com/hdorgeval/testcafe-static-analyser which is cool, but I hope to do something simpler and hopefully from testcafe's API.

Any help is really appreciated!

Upvotes: 0

Views: 90

Answers (2)

Flora Liu
Flora Liu

Reputation: 43

Just in case someone searches this issue, it's fixed now, it can get skipped tests in embedding-utils.js

Upvotes: 0

AlexanderMoiseev
AlexanderMoiseev

Reputation: 556

Unfortunately, this functionality is not supported at present.

Upvotes: 1

Related Questions