• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mozilla / blurts-server / 8f1d960f-a1b2-42b3-89d4-5e0b2b4f8e83

pending completion
8f1d960f-a1b2-42b3-89d4-5e0b2b4f8e83

Pull #2854

circleci

Joey Zhou
run tests
Pull Request #2854: MNTOR-741

282 of 1394 branches covered (20.23%)

Branch coverage included in aggregate %.

91 of 91 new or added lines in 7 files covered. (100.0%)

959 of 3823 relevant lines covered (25.09%)

4.08 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/e2e/fixtures/basePage.js
1
/* This Source Code Form is subject to the terms of the Mozilla Public
2
 * License, v. 2.0. If a copy of the MPL was not distributed with this
3
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4

5
import { test as base, expect } from '@playwright/test'
6
import { LandingPage } from '../pages/landingPage.js'
7
import { AuthPage } from '../pages/authPage.js'
8
import { DashboardPage } from '../pages/dashBoardPage.js'
9

10
const test = base.extend({
×
11
  authPage: async ({ page }, use) => {
12
    await use(new AuthPage(page))
×
13
  },
14
  landingPage: async ({ page }, use) => {
15
    await use(new LandingPage(page))
×
16
  },
17
  dashboardPage: async ({ page }, use) => {
18
    await use(new DashboardPage(page))
×
19
  }
20
})
21

22
export { test, expect }
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc