Skip to content

Latest commit

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Axum Testserver for Robotframework Result Blender

utoipa with utoipa-swagger-ui example. Based on: https://github.com/juhaku/utoipa/tree/master/examples/todo-axum

Experimental feature is to blend robotframework files. See also : https://github.com/bitmuster/BlendResult .

Generate certificate:

openssl req -x509 -nodes -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365
cargo run
RUST_LOG=trace cargo run

Open:

https://localhost:44001/swagger-ui/

Needed packages

Debian Trixie:

apt install libssl-dev

Docs

Podman Container

The container currently uses the prebuilt binary for debugging purposes.

cargo build --release
podman build .
podman run -p 44001:44001 <id>
https://localhost:44001/swagger-ui/
https://<ip>:44001/swagger-ui/

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages