![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@qualweb/earl-reporter
Advanced tools
EARL reporter module for QualWeb.
$ npm i @qualweb/earl-reporter --save
$ npm i @qualweb/get-dom-puppeteer --save
$ npm i @qualweb/act-rules --save
'use strict';
const { getDom } = require('@qualweb/get-dom-puppeteer');
const { executeACTR } = require('@qualweb/act-rules');
const reporter = require('@qualweb/earl-reporter');
(async () => {
// Generate EARL assertions in case of partial report is given
const dom = await getDom('https://act-rules.github.io/pages/about/');
const report = await executeACTR(dom.parsedSourceHTML, dom.parsedProcessedHTML);
const assertions = await reporter.generateEarlAssertions(report);
console.log(assertions);
// Generate full single EARL report - based on only one test subject
const dom = await getDom('https://act-rules.github.io/pages/about/');
// Example evaluation report
const evaluationReport = {
type: 'evaluation',
system: {
name: 'QualWeb',
description: 'Web accessibility evaluator',
version: '3.0.0',
homepage: 'http://qualweb.di.fc.ul.pt',
date: 'current date',
hash: 'some hash',
url: {
completeUrl: 'https://act-rules.github.io/pages/about/'
},
dom: {
title: 'some title',
elementCount: 456
}
},
modules: {
'act-rules': ACTRulesReport;
'html-techniques': HTMLTechniquesReport;
'css-techniques': CSSTechniquesReport;
}
};
const earlReport = await report.generateSingleEarlReport(evaluationReport);
console.log(earlReport);
// Generate full aggregated EARL report - on report based on multiple test subjects
const evaluations = [evaluationReport1, evaluationReport2, ...];
const aggregatedEarlReport = await reporter.generateAggregatedEarlReport(evaluations);
console.log(aggregatedEarlReport);
})();
ISC
FAQs
Qualweb earl reporter
The npm package @qualweb/earl-reporter receives a total of 82 weekly downloads. As such, @qualweb/earl-reporter popularity was classified as not popular.
We found that @qualweb/earl-reporter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.