0.0.57 • Published 5 days ago

@userway/cicd-cli v0.0.57

Weekly downloads
-
License
-
Repository
-
Last release
5 days ago

@userway/cicd-cli is a component of UserWay CI/CD (Continuous Accessibility) infrastructure

It is a command line interface (CLI) tool intended to run by developers on their local machines and by DevOps (CI/CD) pipeline infrastructure. It glues UserWay CI/CD E2E integrations and UserWay CI/CD backend. The main function is to collect a11y reports generated during CI/CD pipeline execution and to trigger analysis via UserWay CI/CD API.

Install @userway/cicd-cli npm package

npm install --save-dev @userway/cicd-cli

In order for UserWay CI/CD CLI to function properly there are 2 prerequisites: register at https://cicd.userway.org and import your repository as a project create userway.config.js file

Configuration of userway.config.js depends on a use case. There are 3 distinct use cases of UserWay CI/CD CLI:

  • self hosted accessibility scans
  • managed accessibility scans
  • combination of the two - into a single use-case

userway.config.js for self-hosted use case

Once you have installed @userway/cicd-cli package, you will need to create the config file:

/** @type {import('@userway/cicd-cli').schema.Config} */
module.exports = {
   organization: 'YOUR-OURGANIZATION-SLUG',
   project: 'YOUR-OURGANIZATION-NAME,
   connection: 'https://google.com',
   pages: [
       { url: '/' }
   ]
};

Run @userway/cicd-cli

npx userway -token YOUR-TOKEN-FROM-CICD-USERWAY-ORG

Check out our sample repository ↗ for a working example

** Prerequisites Node.js v16.20.2 or higher is required

0.0.57

5 days ago

0.0.56

7 days ago

0.0.55

10 days ago

0.0.53

13 days ago

0.0.54

13 days ago

0.0.51

19 days ago

0.0.52

19 days ago

0.0.50

20 days ago

0.0.50-alpha.1

24 days ago

0.0.48

1 month ago

0.0.47

1 month ago

0.0.45

1 month ago

0.0.46

1 month ago

0.0.43

1 month ago

0.0.43-alpha.0

1 month ago

0.0.42

1 month ago

0.0.40

1 month ago

0.0.41

1 month ago

0.0.29-test.1

2 months ago

0.0.33

2 months ago

0.0.34

2 months ago

0.0.35

2 months ago

0.0.36

2 months ago

0.0.31-alpha.2

2 months ago

0.0.31-alpha.1

2 months ago

0.0.26-test

3 months ago

0.0.31-alpha.4

2 months ago

0.0.28-test

2 months ago

0.0.20-test

3 months ago

0.0.31-alpha.6

2 months ago

0.0.31-alpha.5

2 months ago

0.0.37

2 months ago

0.0.38

2 months ago

0.0.39

2 months ago

0.0.28-test.1

2 months ago

0.0.20

3 months ago