- Added more options to Expect module
- Add Expecto.stringContains and Expecto.passWithMsg
- Relax FSharp.Core dependency to >= 4.7.0
- Flip order of arguments when checking equality of expected vs actual value
- Nicer error messages showing expected and actual values
- Implement
testSequenced
for sequentially processed tests with Expecto compatibility.
- Add
Expect.isOk
to match Expecto's API, thanks to @rfrerebe. See #8
- Switch actual and expected paramter placement for consistency with Expecto's API, see #7
- Add Femto metadata for Fable.Mocha
- Do not re-describe synchrounous tests
- Fix Puppeteer runner on non-windows machines
- Add proper data attributes to the browser runner
- Unify the API to match that of Expecto by @TheAngryByrd (see #6)
- Add test results overview and classes to test elements making them queryable from the document.
- Focused States support both for Mocha and browser by @TheAngryByrd
- Supporting arbitrary nested test lists and test cases
- Add built-in browser support
- Use
Assert.AreEqual
from Fable's testing utilities by @alfonsogarciacaro
- Initial stable release