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

test(EndToEnd): Add "Flame graph" tests #136

Merged
merged 36 commits into from
Aug 29, 2024
Merged

Conversation

grafakus
Copy link
Contributor

@grafakus grafakus commented Aug 27, 2024

✨ Description

Related issue(s): resolves #133, is blocked by #135

📖 Summary of the changes

See diff tab for specific comments.

🧪 How to test?

  • All the E2E tests should pass during the CI build

@github-actions github-actions bot added the test label Aug 27, 2024
@grafakus grafakus marked this pull request as draft August 27, 2024 13:52
Base automatically changed from test/explore-profiles-e2e-bis to main August 27, 2024 18:04
# Conflicts:
#	e2e/fixtures/pages/ExploreProfilesPage.ts
#	e2e/tests/all-services-view/all-services.spec.ts
#	e2e/tests/explore-profiles/explore-profiles.spec.ts
#	e2e/tests/profile-types-view/profile-types.spec.ts
Copy link
Contributor

github-actions bot commented Aug 27, 2024

Unit test coverage

Lines Statements Branches Functions
Coverage: 10%
10.65% (476/4469) 8.25% (136/1647) 8% (109/1362)

urlParams.set('explorationType', explorationType);

return super.goto(urlParams.toString());
}

/* Data source */
Copy link
Contributor Author

Choose a reason for hiding this comment

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

In a future PR, we should split the responsibilities among several, smaller classes.

@grafakus grafakus marked this pull request as ready for review August 29, 2024 02:00
@@ -1,6 +1,6 @@
import { expect, test } from '../../fixtures';

test.describe('Smoke tests', () => {
test.describe.skip('Smoke tests', () => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Skipping for now, we will remove them in #143

>
{children}
<div id="icon-new" className={styles.sup}>
Copy link
Contributor Author

@grafakus grafakus Aug 29, 2024

Choose a reason for hiding this comment

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

The feature was deployed some months ago already so we can safely remove the "new" badge

@grafakus grafakus merged commit ab178c4 into main Aug 29, 2024
4 of 5 checks passed
@grafakus grafakus deleted the test/explore-profiles-e2e-ter branch August 29, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add missing E2E tests
1 participant