e2e-testsuite-platform icon indicating copy to clipboard operation
e2e-testsuite-platform copied to clipboard

Shopware version and Testsuite version compatibility

Open brtsos opened this issue 2 years ago • 0 comments

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) => {

brtsos avatar Jan 11 '22 11:01 brtsos