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 -amgit 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