Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 290 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 290 Bytes

testcafe-iframe

Demomstrates a bug to do with iframes in TestCafe

Steps

  • Clone this repo into a folder
  • yarn
  • yarn build
  • yarn test-chrome
  • yarn test-firefox

You can also open hostApp.html directly in a browser to see that the app and iframe work correctly outside of testcafe.