Coder Social home page Coder Social logo

Comments (4)

thedaviddias avatar thedaviddias commented on April 28, 2024 3

@karllhughes, yes it's something that few people seems to be asking. For now, I'm working on a new page for frontendchecklist.com. Just after, I have few options:

  • doing from scratch a tool to give the possibility to test single HTML pages
  • find a way to integrate some tests on LightHouse
  • I need to see if I can implement something on travis, codecoverage or other tools like that.
  • Maybe a third option I didn't find yet πŸ˜€

I'll keep everyone posted. Don't hesitate if you have any idea or if you want to participate!

from front-end-checklist.

MikeParkin avatar MikeParkin commented on April 28, 2024 1

How about building a command line application that you could pass either a local static HTML file or a URL to and have it scan and produce output for each rule.

It is possible to build apps like this quite quickly using PHP (which I imagine is used a lot for people building websites and looking at these links). It's possible to build them using a very lightweight symfony console application ( https://symfony.com/doc/current/components/console/single_command_tool.html ) and then package it into a single file via a PHAR using Box (https://box-project.github.io/box2/) this would make it possible to add all of the tests and compile it into a simple to download (and update) tool.

This would give you a lot of the scope for the future, things like an easy way to update the application when new features are added, forking ability for other users to build their own tests and have them merged into the project with pull requests, help, nicely formatted output etc.

Let me know if you think this is something you would be interested in as we really like the project and might be able to spare some resource to make it a reality.

from front-end-checklist.

MikeParkin avatar MikeParkin commented on April 28, 2024 1

ping @thedaviddias :)

from front-end-checklist.

thedaviddias avatar thedaviddias commented on April 28, 2024

Hey @MikeParkin, sorry for the delay: I was trying to finish the first beta of the Front-End Checklist. A command line tool is in the pipe :) I have few other projects to launch before but it's something that can definitely be interesting (especially if it's open-source).

from front-end-checklist.

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.