@jrpool/kilotest 28.0.0 → 28.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.html +46 -1
  2. package/package.json +1 -1
package/index.html CHANGED
@@ -8,6 +8,51 @@
8
8
  <meta name="keywords" content="report,accessibility,a11y">
9
9
  <title>Kilotest</title>
10
10
  <link rel="stylesheet" href="/style.css">
11
+ <script type="application/ld+json">
12
+ {
13
+ "@context": "https://schema.org",
14
+ "@type": "WebApplication",
15
+ "name": "Kilotest",
16
+ "sameAs": "https://github.com/jrpool/kilotest",
17
+ "datePublished": "2025-10-14",
18
+ "applicationCategory": "Web accessibility, usability, and standard conformity testing and reporting service",
19
+ "isAccessibleForFree": true,
20
+ "description": "Testing of web pages for accessibility, usability, and standard conformity with an ensemble of 10 tools and provision of results at selectable levels of detail.",
21
+ "softwareHelp": {
22
+ "@type": "CreativeWork",
23
+ "url": "https://kilotest.com/tutorial.html"
24
+ },
25
+ "featureList": [
26
+ "Automated testing of web accessibility, usability, and standard conformity",
27
+ "WCAG 2.2 conformance evaluation",
28
+ "HTML5 conformance evaluation",
29
+ "CSS3 conformance evaluation",
30
+ "Ensemble of 10 testing tools performing more than a thousand tests",
31
+ "Multi-page, single-page, single-issue, and single-element reporting",
32
+ "Priority-ranked issue lists",
33
+ "Public API for agent integration"
34
+ ],
35
+ "url": "https://kilotest.com/",
36
+ "maintainer": {
37
+ "@type": "Person",
38
+ "name": "Jonathan Robert Pool",
39
+ "url": "https://github.com/jrpool"
40
+ },
41
+ "contributor": [
42
+ {
43
+ "@type": "Person",
44
+ "name": "Jonathan Robert Pool",
45
+ "url": "https://github.com/jrpool"
46
+ }
47
+ ],
48
+ "provider": {
49
+ "@type": "Project",
50
+ "name": "Kilotest",
51
+ "sameAs": "https://github.com/jrpool/kilotest"
52
+ },
53
+ "license": "https://github.com/jrpool/kilotest/blob/main/LICENSE"
54
+ }
55
+ </script>
11
56
  </head>
12
57
  <body>
13
58
  <main>
@@ -25,7 +70,7 @@
25
70
  <p>The Kilotest ensemble is <a href="https://github.com/jrpool/testaro?tab=readme-ov-file#dependencies">10 tools</a> developed by teams in the USA, Canada, Denmark, Australia, and Portugal.</p>
26
71
  <p>The tools perform about 1,300 tests in total. <a href="https://medium.com/cvs-health-tech-blog/how-to-run-a-thousand-accessibility-tests-63692ad120c3">Open-source software</a> developed initially at CVS Health drives the tools, tries to weed out invalid results, and distills the findings into about 350 <q>issues</q>.</p>
27
72
  <h2>Status</h2>
28
- <p>Kilotest is a proof of concept, launched in November 2025 and being actively developed. Your suggestions, bug reports, and collaboration proposals are welcome! Post them on <a href="https://github.com/jrpool/kilotest/issues">GitHub</a> or email them to <a href="mailto:info@kilotest.com">info@kilotest.com</a>.</p>
73
+ <p>Kilotest is a proof of concept, launched in October 2025 and being actively developed. Your suggestions, bug reports, and collaboration proposals are welcome! Post them on <a href="https://github.com/jrpool/kilotest/issues">GitHub</a> or email them to <a href="mailto:info@kilotest.com">info@kilotest.com</a>.</p>
29
74
  <p>In the current version, users can get results of already performed tests and can recommend new tests. Kilotest managers can approve recommendations.</p>
30
75
  </details>
31
76
  <h2>What do you want to know?</h2>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jrpool/kilotest",
3
- "version": "28.0.0",
3
+ "version": "28.0.1",
4
4
  "description": "An ensemble testing service with a focus on accessibility",
5
5
  "main": "index.js",
6
6
  "scripts": {