globe-and-citizen / layer8

This repo contains the Layer8 Resource/Authentication Server, Proxy, and Service Provider Mocks
GNU General Public License v2.0
1 stars 3 forks source link

Cypress Popup in E2E Testing #119

Open stravid87 opened 2 weeks ago

stravid87 commented 2 weeks ago

Description

When completing E2E testing, cypress does not allow for testing of popups. Obviously this is a problem given that the oAuth flow of signing in with Lyer8 involves a pop up. Therefore, this issue is about figuring out how to test the Layer8 OAuth flow programmatically so as to simulate the Lyaer8 pop up.

Acceptance Criteria

A Cypress test suite can run the entire flow of user login to WGP followed by Login with layer8 and then clicking of "getNextPoem"

Time Estimate

July 1 to 8

DeeStarks commented 1 week ago
stravid87 commented 1 week ago

Pop up now accessible through hard coding

Next Step July 8 - 15

DeeStarks commented 6 days ago