Skip to content

FirebaseExtended/firebase-js-sdk-framework-tests

Repository files navigation

Firebase JS SDK Framework Tests

JS SDK Next.js Tests Status Badge

JS SDK Angular Tests Status Badge

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.

Note

Angular tests are a work in progress and are not available at this time.

Getting Started

Tools

This project has be built and tested with yarn version 1.22.11.

First, install dependencies:

yarn install

Firebase Project configuration

To configure your Firebase project data, add your project configuration to js-sdk-framework-tests/nextjs/lib/firebase.ts. Angular tests are coming soon.

Building and executing the tests:

yarn setup:nextjs
yarn build:nextjs

To execute all of the tests, run:

yarn test:nextjs

More information about running Next.js and Angular tests specifically can be found in the README.mds files in js-sdk-framework-tests/nextjs and js-sdk-framework-tests/angular, respectively.

About

Firebase JS SDK Nightly Tests on Next.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published