Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 836 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 836 Bytes

Websocket TCK using arquillian and test Jetty 12.0.x

Currently, it's really on work in progress only and need to build locally few projects

Current status result

https://jenkins.webtide.net/job/tck/job/tck-servlet-arquillian-experiment/ or gh action of this project

TCK Servlet build

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

Arquillian Jetty 11.0.x support

git clone https://github.com/arquillian/arquillian-container-jetty
cd arquillian-container-jetty
mvn install 

TCK Run with Jetty-11.0.x

This project

git clone https://github.com/jetty-project/websocket-tck-run
cd servlet-tck-run
mvn verify