Skip to content

[Auth] Add some initial WebDriver tests against the emulator #4580

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 10 commits into from
Mar 8, 2021

Conversation

sam-gc
Copy link
Contributor

@sam-gc sam-gc commented Mar 3, 2021

This change lays the groundwork for the suite of Selenium WebDriver tests. As a proof of concept I've added a couple simple anonymous auth tests. I've also updated the README to explain the various kinds of tests in the library and the commands to use.

@changeset-bot
Copy link

changeset-bot bot commented Mar 3, 2021

⚠️ No Changeset found

Latest commit: 6369b55

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@sam-gc sam-gc requested a review from yuchenshi March 3, 2021 23:56
@sam-gc sam-gc marked this pull request as ready for review March 3, 2021 23:56
@sam-gc sam-gc requested a review from avolkovi as a code owner March 3, 2021 23:56
@google-oss-bot
Copy link
Contributor

google-oss-bot commented Mar 4, 2021

Binary Size Report

Affected SDKs

  • @firebase/app

    Type Base (4888ee4) Head (60c1675) Diff
    browser 10.8 kB 10.8 kB +1 B (+0.0%)
    esm2017 9.57 kB 9.57 kB +1 B (+0.0%)
    lite 8.88 kB 8.88 kB +1 B (+0.0%)
    lite-esm2017 7.87 kB 7.87 kB +1 B (+0.0%)
    main 9.93 kB 9.93 kB +1 B (+0.0%)
    module 10.8 kB 10.8 kB +1 B (+0.0%)
    react-native 9.64 kB 9.64 kB +1 B (+0.0%)
  • @firebase/database

    Type Base (4888ee4) Head (60c1675) Diff
    browser 275 kB 275 kB -69 B (-0.0%)
    esm2017 246 kB 248 kB +1.14 kB (+0.5%)
    main 277 kB 277 kB -74 B (-0.0%)
    module 275 kB 275 kB -69 B (-0.0%)
  • @firebase/database-exp

    Type Base (4888ee4) Head (60c1675) Diff
    browser 272 kB 272 kB -69 B (-0.0%)
    esm2017 243 kB 244 kB +1.14 kB (+0.5%)
    main 273 kB 273 kB -74 B (-0.0%)
    module 272 kB 272 kB -69 B (-0.0%)
  • @firebase/firestore

    Type Base (4888ee4) Head (60c1675) Diff
    browser 259 kB 259 kB +5 B (+0.0%)
    esm2017 201 kB 201 kB +5 B (+0.0%)
    main 530 kB 530 kB +1 B (+0.0%)
    module 259 kB 259 kB +5 B (+0.0%)
    react-native 201 kB 201 kB +5 B (+0.0%)
  • @firebase/firestore-exp

    Type Base (4888ee4) Head (60c1675) Diff
    browser 199 kB 199 kB +5 B (+0.0%)
    main 505 kB 505 kB +1 B (+0.0%)
    module 199 kB 199 kB +5 B (+0.0%)
    react-native 200 kB 200 kB +5 B (+0.0%)
  • @firebase/firestore-lite

    Type Base (4888ee4) Head (60c1675) Diff
    browser 64.9 kB 64.9 kB +5 B (+0.0%)
    main 143 kB 143 kB +1 B (+0.0%)
    module 64.9 kB 64.9 kB +5 B (+0.0%)
    react-native 65.1 kB 65.1 kB +5 B (+0.0%)
  • @firebase/firestore/bundle

    Type Base (4888ee4) Head (60c1675) Diff
    browser 266 kB 266 kB +5 B (+0.0%)
    esm2017 155 kB 155 kB +5 B (+0.0%)
    main 526 kB 526 kB +1 B (+0.0%)
    module 266 kB 266 kB +5 B (+0.0%)
    react-native 155 kB 155 kB +5 B (+0.0%)
  • @firebase/firestore/memory

    Type Base (4888ee4) Head (60c1675) Diff
    browser 196 kB 196 kB +5 B (+0.0%)
    esm2017 152 kB 152 kB +5 B (+0.0%)
    main 324 kB 324 kB +1 B (+0.0%)
    module 196 kB 196 kB +5 B (+0.0%)
    react-native 152 kB 152 kB +5 B (+0.0%)
  • @firebase/firestore/memory-bundle

    Type Base (4888ee4) Head (60c1675) Diff
    browser 204 kB 204 kB +5 B (+0.0%)
    esm2017 155 kB 155 kB +5 B (+0.0%)
    main 321 kB 321 kB +1 B (+0.0%)
    module 204 kB 204 kB +5 B (+0.0%)
    react-native 155 kB 155 kB +5 B (+0.0%)
  • firebase

    Type Base (4888ee4) Head (60c1675) Diff
    firebase-app.js 19.9 kB 19.9 kB +2 B (+0.0%)
    firebase-database.js 183 kB 179 kB -3.43 kB (-1.9%)
    firebase-firestore.js 303 kB 303 kB +5 B (+0.0%)
    firebase-firestore.memory.js 242 kB 242 kB +5 B (+0.0%)
    firebase-performance-standalone.es2017.js 71.9 kB 71.9 kB +2 B (+0.0%)
    firebase-performance-standalone.js 47.8 kB 47.8 kB +2 B (+0.0%)
    firebase.js 843 kB 840 kB -3.42 kB (-0.4%)

Test Logs

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Mar 4, 2021

Size Analysis Report

Affected Products

No changes between base commit (4888ee4) and head commit (60c1675).

@sam-gc sam-gc merged commit b6caa3f into master Mar 8, 2021
@sam-gc sam-gc deleted the samgho/webdriver branch March 8, 2021 17:55
@firebase firebase locked and limited conversation to collaborators Apr 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants