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

simonradier / simple-webdriver / #64

13 Apr 2026 03:50PM UTC coverage: 92.278% (+4.3%) from 87.973%
#64

push

github

web-flow
Merge pull request #278 from simonradier/refactor/update-webdriver

refactor: upgrade to TypeScript 6, ESM, and complete W3C WebDriver API

334 of 349 branches covered (95.7%)

Branch coverage included in aggregate %.

219 of 232 new or added lines in 14 files covered. (94.4%)

82 existing lines in 9 files now uncovered.

1853 of 2021 relevant lines covered (91.69%)

392.75 hits per line

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

62.5
/src/error/invalid-session-error.ts
1
export class InvalidSessionError extends Error {
1✔
2
  constructor(message: string) {
1✔
3
    super(message)
×
4
    this.name = 'InvalidSessionError'
×
UNCOV
5
  }
×
6
}
1✔
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

© 2026 Coveralls, Inc