-
Notifications
You must be signed in to change notification settings - Fork 938
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
Conversation
|
Vertex AI Mock Responses Check
|
Size Report 1Affected ProductsNo changes between base commit (40be2db) and merge commit (9467da4).Test Logs |
Size Analysis Report 1Affected ProductsNo changes between base commit (40be2db) and merge commit (9467da4).Test Logs |
.github/workflows/e2e-test.yml
Outdated
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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'); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
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.