Skip to content

Build out e2e subdirectories #9065

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

Merged
merged 13 commits into from
May 30, 2025
Merged

Build out e2e subdirectories #9065

merged 13 commits into from
May 30, 2025

Conversation

hsubox76
Copy link
Contributor

Put e2e smoke tests in a subdirectory under e2e/, allowing other e2e directories to be created that do not impact the shared monorepo npm/yarn workspaces.

Copy link

changeset-bot bot commented May 27, 2025

⚠️ No Changeset found

Latest commit: 423d6b7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

Vertex AI Mock Responses Check ⚠️

A newer major version of the mock responses for Vertex AI unit tests is available. update_vertexai_responses.sh should be updated to clone the latest version of the responses: v13.0

@google-oss-bot
Copy link
Contributor

google-oss-bot commented May 27, 2025

@google-oss-bot
Copy link
Contributor

google-oss-bot commented May 27, 2025

@hsubox76 hsubox76 marked this pull request as ready for review May 27, 2025 19:13
@hsubox76 hsubox76 requested a review from a team as a code owner May 27, 2025 19:13
@hsubox76 hsubox76 requested a review from dlarocque May 27, 2025 19:13
env:
VERSION: ${{ github.event.client_payload.versionOrTag }}
- name: Yarn install
run: |
echo "Installing firebase@${{ github.event.client_payload.versionOrTag }}"
yarn add firebase@${{ github.event.client_payload.versionOrTag }}
yarn add firebase@11.8.1
Copy link
Contributor

Choose a reason for hiding this comment

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

Was this meant to be hard coded?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

* limitations under the License.
*/

console.log('hello');
Copy link
Contributor

Choose a reason for hiding this comment

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

Could the template have an example that initializes Firebase App?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm trying to keep the template as minimal as possible, I just want to show the file structure. I don't want to make any assumptions about what kind of project might be here.

@hsubox76 hsubox76 merged commit af9f8b5 into main May 30, 2025
38 checks passed
@hsubox76 hsubox76 deleted the ch-test-e2e branch May 30, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants