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

chore(smoke-tests): move files into its own package #6625

Merged
merged 4 commits into from
Jan 17, 2025

Conversation

kraenhansen
Copy link
Contributor

Description

Merging this PR will move smoke-test related files into its own package.

Checklist

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

@kraenhansen kraenhansen self-assigned this Jan 16, 2025
Comment on lines -6 to -8

// Hacking types here because the DOM types doesn't match the fetch implemented by Node.js
const fetch = globalThis.fetch as unknown as typeof undiciFetch;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Now that the TS project has lib locked down, we no longer need this.

# separately in the test-packaged-app task
export IGNORE_TESTS="compass-e2e-tests"
# Some packages are ignored as we are running these separately
export IGNORE_TESTS="(compass-e2e-tests|compass-smoke-tests)"
Copy link
Contributor

Choose a reason for hiding this comment

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

As long as there isn't a test-ci in the package.json we don't need this, but I suppose it is harmless.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch. I'll revert this to avoid potential confusion and keep things simple 👍

@kraenhansen kraenhansen added the no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion) label Jan 17, 2025
@kraenhansen kraenhansen force-pushed the kh/smoke-test/own-package branch from 93a12c0 to 8db3470 Compare January 17, 2025 06:47
@kraenhansen kraenhansen merged commit 1d2c976 into main Jan 17, 2025
31 checks passed
@kraenhansen kraenhansen deleted the kh/smoke-test/own-package branch January 17, 2025 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants