Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Feat/client/#217 e2e api tests #223

Merged
merged 9 commits into from
Dec 17, 2019
Merged

Conversation

patzick
Copy link
Collaborator

@patzick patzick commented Dec 16, 2019

closes #217

@github-actions
Copy link

github-actions bot commented Dec 16, 2019

Deploy preview for website ready!

Built with commit 0f616d5

https://shopware-pwa-95zsnoq1g.now.sh

@patzick patzick marked this pull request as ready for review December 17, 2019 10:40
const UNIT_TEST_PATTERNS = [
"<rootDir>/packages/**/__tests__/**/*spec.[jt]s?(x)"
];
const E2E_TEST_PATTERNS = ["<rootDir>/packages/**/__e2e__/**/*spec.[jt]s?(x)"];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const E2E_TEST_PATTERNS = ["<rootDir>/packages/**/__e2e__/**/*spec.[jt]s?(x)"];
const E2E_TEST_PATTERNS = ["<rootDir>/packages/**/__e2e__/**/*.e2e.spec.[jt]s?(x)"];

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunately, this could cause a scenario when someone would add tests, fire them, think that they're passing and push it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[PoC] Integration tests
2 participants