www icon indicating copy to clipboard operation
www copied to clipboard

Alternative for circle ci frontend tests

Open kesara opened this issue 1 year ago • 1 comments

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.

kesara avatar Jun 22 '23 11:06 kesara