Skip to content

Commit

Permalink
Merge pull request #271 from shopware/6.0.0
Browse files Browse the repository at this point in the history
6.0.0
  • Loading branch information
seggewiss authored Dec 28, 2022
2 parents a991a0f + 15d6cee commit f5e6403
Show file tree
Hide file tree
Showing 7 changed files with 1,568 additions and 1,626 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
publish:
if: github.ref == 'refs/heads/5.x'
if: github.ref == 'refs/heads/6.x'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ typings/
# Yarn Integrity file
.yarn-integrity

# Yalc
.yalc/
yalc.lock

# dotenv environment variables file
.env
.env.test
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

This package contains the e2e test suite for Shopware 6. The test suite is built on top of [Cypress](https://github.com/cypress-io/cypress) as well as the following Cypress plugins:

- [`cypress-grep`](https://github.com/cypress-io/cypress-grep)
- [`cypress-log-to-output`](https://github.com/flotwig/cypress-log-to-output)
- [`cypress-file-upload`](https://github.com/abramenal/cypress-file-upload)

Expand Down
23 changes: 0 additions & 23 deletions cypress/plugins/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions cypress/support/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ const { v4: uuid } = require('uuid');
// Load and register the skip feature
require('@cypress/skip-test/support');

// Load and register the grep feature
require('cypress-grep')();

// Import commands.js
require('./commands/commands');

Expand Down
Loading

0 comments on commit f5e6403

Please sign in to comment.