ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
26 stars 43 forks source link

Alternative for circle ci frontend tests #315

Closed kesara closed 2 months ago

kesara commented 1 year ago

The current Circle CI job runs a frontend test with the following command:

docker run --rm -e BASIC_AUTH=$BASIC_AUTH frontend yarn test $endpoint

The $endpoint can be either https://www.ietf.org or https://wwwdev.ietf.org. This should be implemented in a way that it runs frontend tests on a locally hosted container.

ghwood commented 1 year ago

possibility consider accessibility as part of CI testing. See: https://github.com/ietf-tools/datatracker/issues/6119