Socket
Book a DemoInstallSign in
Socket

@shopgate/pwa-e2e-test

Package Overview
Dependencies
Maintainers
5
Versions
1042
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopgate/pwa-e2e-test

E2E test setup for the Shopgate Connect PWA.

latest
npmnpm
Version
7.28.0
Version published
Weekly downloads
1.2K
459.9%
Maintainers
5
Weekly downloads
 
Created
Source

E2E Test integration of Cypress for the Shopgate Connect PWA

This is the Integration of Cypress into the Shopgate PWA for E2E Testing.

Execution

from pwa root folder:

npm run e2e:gmd 
npm run e2e:ios11

Structure

Supporting Files

|-- 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.

Tests

|-- 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.

Instructions

Please configure the cypress.json to meet your enviroment.

Coverage report

A coverage report can be found in ./themes/"USED_THEME"/coverage as html output after a test run.

About Shopgate

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.

License

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

Package last updated on 08 Sep 2025

Did you know?

Socket

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.

Install

Related posts