GithubHelp home page GithubHelp logo

sohwendy / robotcorder Goto Github PK

View Code? Open in Web Editor NEW
85.0 14.0 51.0 3.2 MB

A chrome extension that generates test scripts

Home Page: https://sohwendy.github.io/Robotcorder/

License: GNU General Public License v3.0

JavaScript 84.69% HTML 5.51% CSS 9.11% Shell 0.69%
software-testing chrome-extension test-automation testing testing-tools

robotcorder's Introduction

Robotcorder

Greenkeeper badge Build Status Known Vulnerabilities

A browser extension (beta) that generates RobotFramework test scripts

Features

  1. Recording user actions
  2. Scanning the html page

Read more..

Watch it in action!

** New Feature (22 Sept 2018) **
Edit the locators.
go to chrome://extensions
click on Extension options
edit and update the locators

Download

Robotcorder - Chrome Web Store

Package

$ script/export.command or $ npm run export

To Do

  • use select from radio, checkbox
  • check why display is receiving null message
  • write unit test
  • setup ci
  • add more configurations

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Change Log

Refer to CHANGELOG.md

Github Pages

Found in /docs. Refer to Robotcorder-Page for instruction how to update github page.

forthebadge forthebadge

forthebadge forthebadge forthebadge

robotcorder's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

robotcorder's Issues

data-test-id

Hi, I added data-test-id to my settings (and took all the other options out) but its not picking up for elements I can see do have the attribute set

The npm run export command works only on Linux

Hi ,

I see that the export.command is written for Linux and it works only . Can you please provide a version of the same for Windows

When i run on windows for the first time i get the following error

> [email protected] export C:\Users\I325816\Documents\GitHub\robocordersrc\Robotcorder
> ./script/export.command

'.' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] export: `./script/export.command`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] export script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\I325816\AppData\Roaming\npm-cache\_logs\2018-09-09T17_28_28_902Z-debug.log

2018-09-09T17_28_28_902Z-debug.log

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Escape multiple spaces in xpath

Hey awesome project! It definitely makes doing Robot tests a lot easier 😃.

The issue I have is when an xpath happens to contain multiple consecutive spaces, like for example:

    Click Element    //button[@class="btn  btn-default"]

And I get the error: expected 1 argument got 2

For this spaces should be escaped so Robot doesn't parse them as delims:

    Click Element    //button[@class="btn\ \ btn-default"]

I could put together a PR, any tips?

Implement ability to pause and resume recording...

Often during test recording, the user has to refer to some other document or page or other resource. Doing so basically messes up the test being recorded.

It would be very useful to be able to pause the recorder prior to departing the page and resume when returning.

The plugin should not attempt to identify when the user leaves, but rather provide buttons for pause and resume during recording.

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.