Shopware version and Testsuite version compatibility
Opened this issue · 0 comments
brtsos commented
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) => {