
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@shopgate/pwa-e2e-test
Advanced tools
This is the Integration of Cypress into the Shopgate PWA for E2E Testing.
from pwa root folder:
npm run e2e:gmd 
npm run e2e:ios11
|-- utils
  |-- LICENSE.md
  |-- README.md
  |-- package.json
  |-- fixtures
    |-- example.json
  |-- plugins
    |-- index.js
  |-- support
    |-- commands.js
    |-- index.js
  
The Fixtures folder can store files with a set of data that can be used within tests.
The Plugins folder store the index.js for loading plugins into Cypress.
The Support folder can hold custom commands or overwritten commands.
|-- gmd/ios11
  |-- cypress.json
  |-- integration
    |-- newTest.js
  |-- elements
    |-- de.js
The cypress.json is the configuration file for each test suite.(BaseUrl for each suite is stored here)
The integration folder stores all tests.
The elements folder stores all elements used in tests as strings.
Please configure the cypress.json to meet your enviroment.
A coverage report can be found in ./themes/"USED_THEME"/coverage as html output after a test run.
Shopgate is the leading mobile commerce platform.
Shopgate offers everything online retailers need to be successful in mobile. Our leading software-as-a-service (SaaS) enables online stores to easily create, maintain and optimize native apps and mobile websites for the iPhone, iPad, Android smartphones and tablets.
E2E Test integration of Cypress for the Shopgate Connect PWA is available under the Apache License, Version 2.0.
See the LICENSE.md file for more information.
FAQs
E2E test setup for the Shopgate Connect PWA.
We found that @shopgate/pwa-e2e-test demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.