Code Monkey home page Code Monkey logo

Comments (4)

kussmaul avatar kussmaul commented on August 17, 2024 1

This is (an excerpt of) what works for me, with useIncognitoBrowserContext false (no quotes).

"defaults" : {
  "useIncognitoBrowserContext": false
},

"urls" : [
  {
    "__NOTE"  : "this should always be FIRST (if browser context is preserved)",
    "url"     : "http://localhost:4200/login",
    "actions" : [
      "navigate to http://localhost:4200/login",
      "wait for element #login to be visible",
      "screen capture .pa11y/login0.png",
      "set field #username to Pa11y Author",
      "set field #password to Pa11y Password",
      "click element #login",
      "wait for element #appMenu to be visible",
      "screen capture .pa11y/login1.png"
    ]
  },

  {
    "url"     : "http://localhost:4200/activity-list",
    "actions" : [
      "navigate to http://localhost:4200/activity-list",
      "screen capture .pa11y/activity-list0.png",
      "wait for path to be /activity-list",
      "screen capture .pa11y/activity-list1.png"
    ]
  },
  ...
]

from pa11y-ci.

ptmkenny avatar ptmkenny commented on August 17, 2024

pa11y can already do this, so there should be a way to do something similar in pa11y-ci. I'm searching for a solution now.

from pa11y-ci.

greggles avatar greggles commented on August 17, 2024

Here's a stackoverflow conversation about how to achieve it: that uses the "actions" in .pa11y-ci to authenticate:

"urls": [
    {
      "url": "http://example.com/first-page",
        "actions": [
          "navigate to http://example.com/user/logout"
        ]
    },
    "REPLACE_BASE_URL/user/login",
    "REPLACE_BASE_URL/user/register",
    "REPLACE_BASE_URL/user/password",
    {
      "url": "http://example.lndo.site/auth-page-0",
        "actions": [
          "navigate to http://example.lndo.site/user/login",
          "set field #edit-name to [email protected]",
          "set field #edit-pass to password",
          "click element #edit-submit",
          "wait for element #user-page-unique-element to be visible"
       ]
     },
     "http://example.com/auth-page-1",
     "http://example.com/auth-page-2",
    ]
  }

You likely need to tweak the useIncognitoBrowserContext setting as well. I have not tried this solution.

from pa11y-ci.

josebolos avatar josebolos commented on August 17, 2024

This should be certainly possible using actions. Please create a new issue with the specific example config that is not working. Thank you!

from pa11y-ci.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.