Coder Social home page Coder Social logo

narrator's Introduction

narrator helps you record interactions on any website and replay it. It can also generate code for various test platforms for the recorded script. Right now it generates puppeteer code but generators for other test runners can be added very easily.

Record and replay

Here's a small video of narrator in action - https://youtu.be/117_VtQeP08

It's built on electron and uses puppeteer to render page and replay the recorded tests. It uses a lot of code from selenium-ide and I would like to thank all the contributors of selenium-ide. I know they are also planning to switch to electron from the current browser extension model.

I have not yet built a binary for distribution. You will have to download the code and build it on your machine to see it in action.

Develop

How to see stuff -

git clone https://github.com/mukeshsoni/narrator
cd narrator
npm install
npm run dev

The electron app uses prebuilt recorder and findandselect modules. npm run build builds recorder and findandselect modules. npm run dev first runs npm run build before building and starting electron app.

To build the recorder in watch mode so that changes to recorder are reflected in the main process -

npm run build:recorder -- --watch

narrator's People

Contributors

dependabot-preview[bot] avatar mukeshsoni avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.