Skip to content

Instantly share code, notes, and snippets.

@thrgamon
Last active March 22, 2021 05:39

Revisions

  1. thrgamon revised this gist Apr 6, 2018. No changes.
  2. thrgamon created this gist Apr 6, 2018.
    7 changes: 7 additions & 0 deletions shopify_admin_cypress_login.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    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}');
    });
    });