当我使用pally-ci和localhost时我没有错误,但外部网址我得到了正确的错误

时间:2017-12-04 14:10:12

标签: continuous-integration accessibility pa11y

当我使用pally-ci和localhost时,我没有错误,但外部网址我得到了正确的错误和警告。

是否有人也有这个问题。

我的.pa11yci.js

module.exports = {
    urls: [
        'http://localhost:8080/#?mpb=topografie&mpz=11&mpv=52.3731081:4.8932945&pgn=home',
        'http://localhost:8080/#?dsd=bag&dsp=1&dsv=TABLE&mpb=topografie&mpz=11&mpv=52.3731081:4.8932945'
    ]
}

```

外部:

module.exports = {
    urls: [
        'http://data.amsterdam.nl/#?mpb=topografie&mpz=11&mpv=52.3731081:4.8932945&pgn=home',
        'http://data.amsterdam.nl/#?dsd=bag&dsp=1&dsv=TABLE&mpb=topografie&mpz=11&mpv=52.3731081:4.8932945'
    ]
}

0 个答案:

没有答案