Open in app
Home
Notifications
Lists
Stories

Write
Mário Bezerra
Mário Bezerra

Home

Nov 25, 2020

Fuzzing with Grammarinator and Swagger Petstore API Tutorial

Grammarinator is an ANTLR v4 grammar-based test generator. In this tutorial we are going to use it to generate tests based on the Swagger Petstore API. How to write an ANTRL grammar from a REST API To run the Swagger Petstore API locally, we are going to use docker: docker run --name swaggerapi-petstore3 -d -p 8080:8080 swaggerapi/petstore3:unstable By executing the…

5 min read

Fuzzing with Grammarinator and Swagger Petstore API Tutorial
Fuzzing with Grammarinator and Swagger Petstore API Tutorial

Oct 31, 2020

How to install and use Playwright CLI on macOS 11

Playwright is a Node.js library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast. It’s possible to generate code with Playwright library making use of Playwright CLI. The code is based on user actions…

3 min read

How to install and use Playwright CLI on macOS 11
How to install and use Playwright CLI on macOS 11
Mário Bezerra

Mário Bezerra

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable