Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shopware version and Testsuite version compatibility #184

Open
brtsos opened this issue Jan 11, 2022 · 0 comments
Open

Shopware version and Testsuite version compatibility #184

brtsos opened this issue Jan 11, 2022 · 0 comments

Comments

@brtsos
Copy link

brtsos commented Jan 11, 2022

Hi! Which https://www.npmjs.com/package/@shopware-ag/e2e-testsuite-platform should I use with Shopware 6.3.1.1? When I use 3.0.7 then I bacome an error:

TypeError
Cannot read properties of undefined (reading 'id')

Because this error occurred during a before each hook we are skipping the remaining tests in the current suite: PluginCypressTests: Test ba...
node_modules/@shopware-ag/e2e-testsuite-platform/cypress/support/service/administration/fixture/product.fixture.js:23:1
  21 |             .then(([manufacturer, tax]) => {
  22 |                 return Object.assign({}, {
> 23 |                     taxId: tax.id,
     | ^
  24 |                     manufacturerId: manufacturer.id
  25 |                 }, userData);
  26 |             }).then((finalProductData) => {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant