Releases: prescottprue/cypress-firebase
Releases · prescottprue/cypress-firebase
v0.2.0-alpha.5
- fix(core): update
peerDependencies
to include firebase-tools v7 - fix(buildRtdbCommand): include preceding slash if it doesn't already exist on action path
- fix(createTestEnvFile): move
createTestEnvFile
to its own file in src - fix(run): only include
envName
if argument is provided - fix(commands): switch
cy.logout
to useonAuthStateChanged
- #20
v0.2.0-alpha.3
- feat(deps): update to firebase-tools-extra
v0.1.0-alpha.2
(improved fixture handling) - fix(core): preserve existing
FIREBASE_PROJECT_ID
incypress.env.json
v0.2.0-alpha.2
- feat(createTestEnvFile): add
FIREBASE_API_KEY
to generatedcypress.env.json
(supports loading config fromfirebase-ci
settings in.firebaserc
)
v0.2.0-alpha
- feat(core): drop node 6 support
- feat(CI): switch to Gitlab CI over Travis CI
- feat(deps): update firebase-admin and figures
- feat(deps): update a number of dev dependencies
- fix(env): add support for CI_COMMIT_REF_SLUG
v0.1.5
- feat(core): support passing service account through
SERVICE_ACCOUNT
environment variable - fix(core): add warning if
FIREBASE_CLIENT_ID
is set within environment (since it will overrideFIREBASE_TOKEN
, which can cause unexpected errors) - feat(docs): add note about how
SERVICE_ACCOUNT
environment variable is now supported - fix(docs): add note about requirement of service account to docs for
createTestEnvFile
v0.1.4
v0.1.3
- fix(deps): update
firebase-tools-extra
to^0.0.8
(improved parsing of some Firestore results) - fix(deps): update
firebase-admin
to^7.0.0
v0.1.2
- fix(commands): wording fixed in log of logout command ("user" instead of "use")
- fix(examples): update deps of examples
v0.1.1
v0.1.0
- feat(commands):
run
andopen
commands added for building config then running/opening cypress - feat(commands): add support for loading path from
cypress.json
- feat(core): add prettier