Hey guys, I’ve run into some problems while trying to setup asqatasun on a CentOS VM on a headless server. I’ve got a few questions here, would really appreciate it if someone can help me out :
Is asqatasun fully automatable to scan for all accessibility testing? because it seems that i’ll have to record scenarios first and then send it to Jenkins for it to be triggered or scheduled for a scan by Jenkins.
Speaking of scenarios, I am not able to install the SeBuilder Plugin on firefox because of the error: This addon cannot be installed because it has not been verified. I used the about:config page to disable the verification process but I’m still unable to add the plugin to firefox
I’ve attached a screenshot of the Jenkins configuration page for Asqatasun, I am not sure what to enter for the database hostname, or for the asqatasun account login. I did create a Database called Asqatasun on MySQL, and a user called Asqatasun as well, but I’m not sure how to complete the missing fields.
That’s it for now, I’m really hoping that Asqatasun can be integrated in my workplace’s Continuous Integration Environment, and hopefully be able to automatically test all the products of my company and assess its accessibility rating!
Thank you very much for reading, and for helping out in the community!!
The typical installation is based on Ubuntu LTS 14.04. Several people were interested in installing on Fedora / RHEL / CentOS. I think there is 1 person who managed to finalize the installation (@softwareklinic). However, we have not had any feedback on important information, particularly on the correspondences for dependencies between Debian and Red Hat distributions.
You don’t have to create a scenario to run an accessibility audit. You can directly use the user interface (either use the default project “openbar” to copy/paste your URL or create a project with a dedicated URL).
Accessibility testing is a not fully automatable (at least nowadays ), so for a full and extensive audit you’ll have to run manual tests. Good news is Asqatasun not only runs a lot of automated tests but also gives you clues about suspicious tests (“pre-qualified”) which saves you time.
That’s true. Since Firefox is doing a full refactor of its addons to migrate to webextensions for Firefox 57 in November '17, it is not simple.
Please also note that your scenarios can be written (coded) as it is only Javscript, which quickly becomes the faster way to create them.
Installation is not the same depending on whether you want a runner or not. For a “standalone” install you just need to follow the installer, or faster use the Docker image (but not for production use; as nothing is saved).