Currently, it's really on work in progress only and need to build locally few projects
https://jenkins.webtide.net/job/tck/job/tck-servlet-arquillian-experiment/ or gh action of this project
This will build only the servlet TCK module
git clone https://github.com/olamy/jakartaee-tck.git
cd jakartaee-tck
git checkout tck-refactor-websocket-2-arquillian-url
clean install -pl :websocket-tck -am
git clone https://github.com/arquillian/arquillian-container-jetty
cd arquillian-container-jetty
mvn install
This project
git clone https://github.com/jetty-project/websocket-tck-run
cd servlet-tck-run
mvn verify