1

Good day. I want to run the test cafe studio tests from the command line because our CI(TFS) is not supported. All the examples that I found are intended for the Old version of the test cafe or for the free version.

Thanks.

Alex Skorkin
  • 4,264
  • 3
  • 25
  • 47

1 Answers1

3

The open-source TestCafe version can run tests created via the TestCafe Studio in the same way as regular TestCafe test files, so you can use the following command to run tests: testcafe chrome ./tests/fixture-created-in-tc-studio.testcafe

https://docs.devexpress.com/TestCafeStudio/400610/faq

mlosev
  • 5,130
  • 1
  • 19
  • 31
aleks-pro
  • 1,659
  • 4
  • 12