Test out the web features from Gleam.
Find a file
Ethan Ruszanowski e295035982
Some checks are pending
test / test (push) Waiting to run
Init commit
2024-07-22 19:35:45 -04:00
.github/workflows Init commit 2024-07-22 19:35:45 -04:00
src Init commit 2024-07-22 19:35:45 -04:00
test Init commit 2024-07-22 19:35:45 -04:00
.gitignore Init commit 2024-07-22 19:35:45 -04:00
gleam.toml Init commit 2024-07-22 19:35:45 -04:00
README.md Init commit 2024-07-22 19:35:45 -04:00

webtest

Package Version Hex Docs

gleam add webtest@1
import webtest

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/webtest.

Development

gleam run   # Run the project
gleam test  # Run the tests