element-web/cypress/integration
Travis Ralston 4171c008a4
Convert sticker end-to-end tests to Cypress (#8807)
* Convert sticker end-to-end tests to Cypress

Reference materials:
* https://www.cypress.io/blog/2020/02/12/working-with-iframes-in-cypress/
* https://github.com/cypress-io/cypress/issues/136
* https://docs.cypress.io/api/commands/origin#Other-limitations

Ideally we'd be able to use `cy.origin()` to jump into the iframe, but it's explicitly not supported. Instead we disable web security as instructed by cypress because it's our only reasonable option here. Thankfully, disabling web security doesn't appear to remove the crypto libraries from the browser so we can still function in that respect.

Rationale for why we can't just serve the sticker picker off the app domain is included in the code.

* Appease the linter

* More linter appeasement
2022-06-10 09:24:15 -06:00
..
1-register Ensure the first device on a newly-registered account gets cross-signed properly (#8750) 2022-06-03 08:57:52 -04:00
2-login Move Enterprise Erin tests from Puppeteer to Cypress (#8569) 2022-05-26 10:12:49 +00:00
3-user-menu Move Enterprise Erin tests from Puppeteer to Cypress (#8569) 2022-05-26 10:12:49 +00:00
4-create-room Add basic performance testing via Cypress (#8586) 2022-05-17 15:38:45 +01:00
5-threads Move spaces tests from Puppeteer to Cypress (#8645) 2022-05-26 10:19:00 +01:00
6-spaces Move spaces tests from Puppeteer to Cypress (#8645) 2022-05-26 10:19:00 +01:00
7-crypto Fix flakiness of cypress crypto tests (#8731) 2022-06-01 09:57:53 +01:00
8-update Move update tests to Cypress (#8716) 2022-05-30 13:40:55 +00:00
9-widgets Convert sticker end-to-end tests to Cypress (#8807) 2022-06-10 09:24:15 -06:00
10-user-view Move the user view tests from Puppeteer to Cypress (#8787) 2022-06-08 22:12:56 +01:00