/laravel-css-selector

Add CSS selectors to Laravel HTTP tests

Primary LanguagePHP

Laravel CSS Selector

Overview

Replicate the CSS selectors of Laravel Dusk with the HTTP testing framework for speedier TDD.

Installation

composer require bigboca/laravel-css-selector

Usage

@todo: Add code examples here

Credits

Inspired by a blog post by Liam Hammett and wrapped into a Laravel package by Alistair Wells.