fantoccini 0.19.3

High-level API for programmatically interacting with web pages through WebDriver.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
coverage:
  range: 90..100 # set a high standard for ourselves
  round: down
  precision: 2
  status:
    project:
      default:
        threshold: 1%
ignore:
  - "ci"
  - "tests"
# Make less noisy comments
comment:
  layout: "files"
  require_changes: yes