cypress-social-logins icon indicating copy to clipboard operation
cypress-social-logins copied to clipboard

Cypress authentication flows using social network providers

Results 37 cypress-social-logins issues
Sort by recently updated
recently updated
newest added

Using the facebook authentication is not working: For google authentication: Most of the time also chromium crashes. I am using mac for development. I saw the outdated package issue, maybe...

Current behavior I am trying to use the cypress-social-logins plugin. To set up my environment, I am following these instructions: https://github.com/lirantal/cypress-social-logins When I try to use the plugin I am...

Snyk has created this PR to upgrade puppeteer from 2.1.1 to 13.4.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=puppeteer&from_version=2.1.1&to_version=13.4.0&pr_id=7a4d2bfd-2120-4e3a-8964-def885b84d0d&visibility=true&has_feature_flag=true) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Before I get to Microsoft I have to go through some additional flow. 1. I'm visiting my application URL: https://example.com 2. I'm getting redirected to the login screen where I...

When updating npm packages, npm warns that puppeteer version is outdated. I tried to update it, but it seems that cypress-social-logins keeps installing the old one. How can I get...

As per [RequireJS docs](https://requirejs.org/docs), I am loading the script on the login page with this: `` At the top of the login.js script I have: ``` define(function (require) { const...

- **Library Version**: 1.13.0 - **OS**: Mac - **Node.js Version**: 16+ Hello I have been able to successfully login with google - however on my app - after google login...

The password window does not appear after entering the ID. ![image](https://user-images.githubusercontent.com/54357492/115502727-56d9f300-a2b0-11eb-836d-d7de4b9dbd2a.png) So cypress can't find the password input. ![image](https://user-images.githubusercontent.com/54357492/115503114-e1225700-a2b0-11eb-9dd0-4e4e1cb5fac7.png) This is my code ```javascript describe('Login', () => { it('Login through...

I am using cypress-social-logins to authenticate a facebook user to my website exporting the `FacebookSocialLogin` task from `plugins/index.ts`. However, the username gets cut short as you can see in the...

I tried to use this plugin, but what I observed (running headless = false) is when I am navigated to my test page, then element corresponding to postLoginSelector is clicked...