Skip to content

Update doc paths to reflect the new repository name #26

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 1 commit into from
Jul 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/send-email/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ HTML body of the message.

```
- name: Send Email
uses: firebase/firebase-sdk-nextjs-tests/.github/actions/send-email
uses: firebase/firebase-js-sdk-framework-tests/.github/actions/send-email
with:
api-key: ${{ secrets.MAILGUN_API_KEY }}
domain: ${{ secrets.MAILGUN_DOMAIN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js-sdk-nightly-angular.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
html: >
<b>The nightly workflow to test the Firebase JS SDK with Angular failed on: ${{github.repository}}</b>
<br /><br />Navigate to the
<a href="https://github.com/FirebaseExtended/firebase-sdk-nextjs-tests/actions/runs/${{github.run_id}}">failed workflow</a>
<a href="https://github.com/FirebaseExtended/firebase-js-sdk-framework-tests/actions/runs/${{github.run_id}}">failed workflow</a>
to look further into what went wrong.
continue-on-error: true
2 changes: 1 addition & 1 deletion .github/workflows/js-sdk-nightly-next-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
html: >
<b>The nightly workflow to test the Firebase JS SDK with Next.js failed on: ${{github.repository}}</b>
<br /><br />Navigate to the
<a href="https://github.com/FirebaseExtended/firebase-sdk-nextjs-tests/actions/runs/${{github.run_id}}">failed workflow</a>
<a href="https://github.com/FirebaseExtended/firebase-js-sdk-framework-tests/actions/runs/${{github.run_id}}">failed workflow</a>
to look further into what went wrong.
continue-on-error: true
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Firebase JS SDK Framework Tests
![JS SDK Next.js Tests Status Badge](https://github.com/FirebaseExtended/firebase-sdk-nextjs-tests/actions/workflows/js-sdk-nightly-next-js.yaml/badge.svg)
![JS SDK Next.js Tests Status Badge](https://github.com/FirebaseExtended/firebase-js-sdk-framework-tests/actions/workflows/js-sdk-nightly-next-js.yaml/badge.svg)

![JS SDK Angular Tests Status Badge](https://github.com/FirebaseExtended/firebase-sdk-nextjs-tests/actions/workflows/js-sdk-nightly-angular.yaml/badge.svg)
![JS SDK Angular Tests Status Badge](https://github.com/FirebaseExtended/firebase-js-sdk-framework-tests/actions/workflows/js-sdk-nightly-angular.yaml/badge.svg)

This repository uses Playwright to execute Firebase JS SDK tests witin both Next.js and Angular environments. The repository is meant to run nightly against the latest upcoming Firebase JS SDK.

Expand Down
2 changes: 1 addition & 1 deletion js-sdk-framework-tests/nextjs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Firebase SDK Next JS Tests
![Status Badge](https://github.com/FirebaseExtended/firebase-sdk-nextjs-tests/actions/workflows/nightly-js-sdk.yaml/badge.svg)
![Status Badge](https://github.com/FirebaseExtended/firebase-js-sdk-framework-tests/actions/workflows/nightly-js-sdk.yaml/badge.svg)

This repository contains automatic nightly tests that exercise the Firebase JS SDK within a Next.JS app environment via the Playwright test framework.

Expand Down