0.0
Organizational helper for writing serializations for use with threading. The biggest use case of this would be in selenium / capybara based integration testing as this allows you to run flows in parallel.
2021
2022
2023
2024
2025
2026
0.0
Provides a framework for writing and testing Jekyll plugins
2021
2022
2023
2024
2025
2026
0.0
Faraday Cage allows you to use Faraday for making requests to your REST APIs in integration testing, minus the boilerplate code and crufty parsing and encoding of requests and responses.
2021
2022
2023
2024
2025
2026
0.0
This plugin adds the ability to run cucumber and rspec against the Pheonix Engine project
2021
2022
2023
2024
2025
2026
0.0
this is testingpackage please ignore
2021
2022
2023
2024
2025
2026
0.0
== USAGE: require 'matlab' engine = Matlab::Engine.new engine.put_variable "x", 123.456 engine.put_variable "y", 789.101112 engine.eval "z = x * y" engine.get_variable "z" matrix = Matlab::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] =...
2021
2022
2023
2024
2025
2026
0.0
Generates Graphviz diagrams of user journeys automatically during testing.
2021
2022
2023
2024
2025
2026
0.0
A simulation/representation of the card game Phase 10, designed for use in large applications or microscopic testing environments.
2021
2022
2023
2024
2025
2026
0.0
Set of scripts to ease testing of Terraform modules.
2021
2022
2023
2024
2025
2026
0.0
DDT automates data driven testing. Test data is read from a YAML file.
2021
2022
2023
2024
2025
2026
0.0
vagrant-ie is a plugin for vagrant that automates provisioning a Windows 7
box for IE testing. The plugin works in both headless and GUI provider modes.
2021
2022
2023
2024
2025
2026
0.0
Puppetlabs accceptance testing harness, using Digital Ocean as a hypervisor
2021
2022
2023
2024
2025
2026
0.0
This is a gem can generate ID using SnowFlake. The advantage of SnowFlake is that it is sorted by time increment on the whole, and there is no ID collision
(distinguished by data center ID and machine ID) in the whole distributed system, and it is more efficient.
After testing, SnowFlake can gene...
2021
2022
2023
2024
2025
2026
0.0
Polidef is a convience API for managing complex and potentially stateful conditionals through policy objects.
Complex conditionals are fragile and can require a lot of state to exist in order to execute as expected. Polidef
seeks to simplify implementation and testing so you spend less time wrang...
2021
2022
2023
2024
2025
2026
0.0
regression testing is all you need
2021
2022
2023
2024
2025
2026
0.0
FluentFixtures is a toolkit for building testing objects with a fluent interface.
2021
2022
2023
2024
2025
2026
0.0
Protractor for Ruby, or testing your Angular application with elegance.
2021
2022
2023
2024
2025
2026
0.0
A basic gem testing
2021
2022
2023
2024
2025
2026
0.0
sqs-grep iterates through each message on the given SQS queue, testing its
body against the given regular expression, displaying matching messages to
standard output.
Options are available to control match inversion, json output, deletion of
matching messages, match limits, ...
2021
2022
2023
2024
2025
2026
0.0
Helpers for testing ActiveRecords in Assert test suites.
2021
2022
2023
2024
2025
2026