1

I have a problem in test-cafe with angular, for each test case the browser reloads which takes much time, I want to disable the page reload for each test, anyone has any idea?, if this solution not implemented yet by test-cafe developers for SPA, does anyone know when this issue could be fixed?.

Alex Skorkin
  • 4,264
  • 3
  • 25
  • 47
ayed abboushi
  • 71
  • 2
  • 4

1 Answers1

1

TestCafe has the unpublished Disable page reloads feature. See more information here. You can try to use it, but there are a few limitation for it (concurrency and quarantine modes don't work, the test name in service panel is not updated, etc.)

mlosev
  • 5,130
  • 1
  • 19
  • 31