Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.32 KB

File metadata and controls

46 lines (27 loc) · 1.32 KB

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.