Skip to content

Instantly share code, notes, and snippets.

@thrgamon
Last active March 22, 2021 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thrgamon/0550127e651906d3c8f45611ddfe7caf to your computer and use it in GitHub Desktop.
Save thrgamon/0550127e651906d3c8f45611ddfe7caf to your computer and use it in GitHub Desktop.
describe('Logging into Admin page test', function() {
it('Logs into Shopify Admin', function() {
cy.visit('https://shopify-store.myshopify.com/admin');
cy.get('#Login').type('LOGIN');
cy.get('#Password').type('PASSWORD {enter}');
});
});
@fabiensebban
Copy link

Hi @thrgamon,
Thank you for chasring this!

Is this code still working for you? I tried to login shopify admin using Selenium but it does not work because of Captcha.

@thrgamon
Copy link
Author

Hi @fabiensebban,

Unfortunately I don't work with Shopify stuff any more, so I am not sure!

Good luck!

Tom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment