https://cypress.io logo
Hi <@1037715043078385664> so you want 1 test autom...
# e2e-testing
s
Hi @delightful-engineer-44693 so you want 1 test automation framework to test all 100+ web-stores? This is possible of course depending on the site's tech stack. My current framework is designed to test 70+ websites and does so successfully. And that is possible because they are all powered by the same tech stack and CMS, resulting in all using the same HTML and selectors etc . I have a huge JSON file in
/fixtures/
which contains all test data for these 70+ websites (i.e. 70+ objects within 1 JSON file). This JSON data file is imported before Cypress launches making our tests dynamic, meaning that I can add more objects (websites) to the JSON and the Cypress test will automatically run these as additional sites as news tests without me needing to change the test code.