Skip to content
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

Capture Screen Per URL in a sitemap #74

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 5, 2019

  1. Add control for screenCapture option

    The screenCapture should be set under defaults array when a sitemap is used.
    The value should contain "filename" and It will be raplaced with a string created from url
    umutphp committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    f3dbb92 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Fix linter issues

    umutphp committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    114bd86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    942d520 View commit details
    Browse the repository at this point in the history
  3. Add file name function

    umutphp committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    c62daf7 View commit details
    Browse the repository at this point in the history
  4. Fix the linter

    /home/travis/build/pa11y/pa11y-ci/bin/pa11y-ci.js
      200:5   error    Expected indentation of 1 tab but found 4 spaces  indent
      200:21  error    Strings must use singlequote                      quotes
      200:32  error    Strings must use singlequote                      quotes
      200:42  error    Strings must use singlequote                      quotes
      200:55  error    Strings must use singlequote                      quotes
      200:60  error    Strings must use singlequote                      quotes
      200:72  error    Strings must use singlequote                      quotes
      200:77  error    Strings must use singlequote                      quotes
    umutphp committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    4f907e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Fix linter

    200:5   error    Expected indentation of 1 tab but found 4 spaces  indent
    umutphp committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    5ae129d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    6d65c7f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Add filenamify to generate the file names from url

    Use default config.screenCapture value for the urls in config.urls array also
    umutphp committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    2807a3f View commit details
    Browse the repository at this point in the history
  2. Travis CI failure fix

    cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
    umutphp committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    43d0916 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Fix linter bugs on circle ci

    umutphp committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    841f277 View commit details
    Browse the repository at this point in the history
  2. Update package-lock json

    umutphp committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    5b05a7a View commit details
    Browse the repository at this point in the history
  3. Fix linter bugs on circle ci

    umutphp committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    fb7865f View commit details
    Browse the repository at this point in the history
  4. Fix linter bugs on Circle ci

    umutphp committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    2be5ac4 View commit details
    Browse the repository at this point in the history