Software Alternatives & Reviews

Testing in ReScript

Wallaby.js Playwright ESLint
  1. Wallaby.js runs your JavaScript tests immediately as you type and displays execution results in your code editor.
    Pricing:
    • Open Source
    Besides bindings for JavaScript libraries, there is rescript-test - a lightweight test framework written in ReScript for ReScript. I have heard that some people like it, but for me, it lacks coverage output and Wallaby support.

    #Developer Tools #Development Tools #Rapid Application Development 7 social mentions

  2. Playwright is automation software for Chromium, Firefox, Webkit using the Node.js library having a single API in place.
    Pricing:
    • Open Source
    For FE, it’s usually Cypress or Playwright; for BE, it’s to run a server and start sending requests; for CLI, I like the tool called execa.

    #Development #Tool #Browser Testing 229 social mentions

  3. 3
    The fully pluggable JavaScript code quality tool
    Pricing:
    • Open Source
    If you are afraid of test code leaking into the application. You can use eslint to prevent this:.

    #Code Coverage #Developer Tools #Code Quality 229 social mentions

Discuss: Testing in ReScript

Log in or Post with