elm-program-test icon indicating copy to clipboard operation
elm-program-test copied to clipboard

Test Elm programs

Results 52 elm-program-test issues
Sort by recently updated
recently updated
newest added

- [x] ran tests locally with `npm test` Screenshot ![Screenshot 2022-10-12 at 13 32 41](https://user-images.githubusercontent.com/149425/195332275-7982710d-ceb5-43ca-bdad-0d6bfdb65ad4.png) - [x] updated CHANGELOG.md if appropriate (I didn't bump the package version or anything, just...

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

patch
dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.0 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

minor
dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

patch
dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

patch
dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

patch
dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.2. Changelog Sourced from eventsource's changelog. 1.1.2 Inline origin resolution, drops original dependency (#281 Espen Hovlandsdal) 1.1.1 Do not include authorization and cookie headers on...

patch
dependencies

When: - the view html contains attributes like `Html.Attributes.attribute "contains-double-quote" "\""` - and a selector does not match, then elm-program-test shows an error like: ``` PLEASE REPORT THIS AT :...

Error given in elm-test ``` ▼ ProgramTest.selectOption "state" "State" "UT" "Utah" ✓ check label exists: ✓ has tag "label" ✓ has attribute "htmlFor" "state" ✓ has text "State" ✓ find...

I'm storing some data inside the model that I would like to use on the tests to compute some values. For example, I'm storing the `currentDate` inside the model, and...