Test out the web features from Gleam.
Find a file
Ethan Ruszanowski 02ee76a2ed
Some checks are pending
test / test (push) Waiting to run
Add chunk funciton
2024-07-23 17:09:53 -04:00
.github/workflows Init commit 2024-07-22 19:35:45 -04:00
src Add chunk funciton 2024-07-23 17:09:53 -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 Outline simple mist project 2024-07-22 21:18:54 -04:00
manifest.toml Outline simple mist project 2024-07-22 21:18:54 -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