Search code examples
testingautomationautomated-testse2e-testingtestcafe

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!


Solution

  • Unfortunately, this functionality is not supported at present.