Skip to content

refactor: use the npm workspace packages/* pattern and rename e2e subpackage #7916

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

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: lint
  • Loading branch information
ozyx committed Oct 28, 2024
commit ff9b922321cb5d3733eed74fa7850aa0a97bc46a
2 changes: 1 addition & 1 deletion packages/e2e/playwright-ci.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const config = {
outputFolder: '../../html-test-results' //Must be in different location due to https://github.com/microsoft/playwright/issues/12840
}
],
['junit', { outputFile: '../test-results/results.xml' }]
['junit', { outputFile: '../test-results/results.xml' }]
]
};

Expand Down
Loading