
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
= Pyrite - Easy Peasy Browser Testing
== Description
Pyrite is a lightweight DSL around the Selenium browser testing framework.
We found Cucumber to be awesome, but no one was reading the features. We found Webrat to be fantastic, but way too complex for what we wanted. So, we made Pyrite - a few selenium-client methods wrapped up in a readable way.
== Example
require 'pyrite_helper' class BasicTest < Pyrite::PyriteTest test "it works" do visit root_path follow "next page" wait_for :page_load assert_text "some text you should see" end end
== Dependencies
Pyrite has no dependencies that you should have to install manually. Gem installation should pull in the necessary selenium libraries.
You will need an operating system and browser capable of running Selenium
== Install
We recommend you use {bundler}[http://gembundler.com]:
gem 'pyrite', '0.5.0', :require => false
Installing as a Rails plugin should also work:
script/plugin install git://github.com/mintdigital/pyrite.git
== License
Copyright (c) 2010 Mint Digital Ltd.
Released under the terms of the MIT License. See the MIT-LICENSE file in this directory.
FAQs
Unknown package
We found that pyrite demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.