Skip to content

Commit

Permalink
Merge pull request #1401 from petersalomonsen/patch-1
Browse files Browse the repository at this point in the history
Update testing-apps.md
  • Loading branch information
itowlson authored Oct 29, 2024
2 parents efff5a9 + 9141645 commit 1ce2fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/spin/v2/testing-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Then we edit the `my-app` application's manifest (the `spin.toml` file) by addin
[component.my-component.tool.spin-test]
source = "tests/target/wasm32-wasi/release/tests.wasm"
build = "cargo component build --release"
dir = "tests"
workdir = "tests"
```

## Updating the App to Pass the Tests
Expand Down Expand Up @@ -326,4 +326,4 @@ test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; fini

`spin-test` is still in the early days of development, so you’re likely to run into things that don’t quite work yet. We’d love to hear about your experience so we can prioritize which features and bugs to fix first. We’re excited about the future potential of using WebAssembly components for testing, and we look forward to hearing about your experiences as we continue the development of `spin-test`.

You might also like to learn about `spin doctor` which is a command-line tool that detects and helps fix issues preventing applications from building and running. For more information see the [troubleshooting applications page](./troubleshooting-application-dev.md).
You might also like to learn about `spin doctor` which is a command-line tool that detects and helps fix issues preventing applications from building and running. For more information see the [troubleshooting applications page](./troubleshooting-application-dev.md).

0 comments on commit 1ce2fcc

Please sign in to comment.