Coder Social home page Coder Social logo

js-test-recorder's People

Contributors

dmitrykorlas avatar

Stargazers

 avatar

Watchers

 avatar  avatar

js-test-recorder's Issues

Less routine work for releases creation

Current release creation procedure contains few negative moments:

  • changin a version number in few files
  • no release notes

We have to provide a shell script or npm command for doing this routine.

better readme file

It's strongly required to write a good readme file.
It should contains a good description of project, all required details how to build/dev etc. Also it would be perfect to include animated gif/screenshot to feel it in action.

Simplyfy/review webpack configs

Current webpack configs for pro/dev duplicated each other. So, any reusable parts should be moved to separate file. Also configs a little bit complecated, we should review it and simplify if possible.

Be accurate with it and make sure ๐Ÿ’ฅ the build/dev still works on Unix/Windows after changes.

Editable step item: add ability to mutate dropdown by index, by text, by value

Currently, the dropdown event MUTATE_DROPDOWN translated to such output: document.querySelector(nodeSelector).selectedIndex = event.selectedIndex;
The idea of this improvement is to let the user choose the required translator on the corresponding step item view:

  • byValue
  • byIndex (current)
  • byOptionText

all required data for source event is already provided on MUTATE_DROPDOWN event.

build fails on windows

description

build fails on windows machines

steps to reproduce

call npm run build on terminal

expected results

command successfully completed

actual results

the error occurred during compiling scss

tech details

windows
node: 6.9.1
sass-loader: 4.1.1
css-loader: 0.23.1
style-loader: 0.13.1

ERROR in ./~/materialize-css/sass/materialize.scss
Module parse failed: G:\tmp\js-test-recorder\node_modules\materialize-css\sass\materialize.scss Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected character '@' (1:0)
    at Parser.pp$4.raise (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:2221:15)
    at Parser.pp$7.getTokenFromCode (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:2756:10)
    at Parser.pp$7.readToken (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:2477:17)
    at Parser.pp$7.nextToken (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:2468:15)
    at Parser.parse (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:515:10)
    at Object.parse (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:3098:39)
    at Parser.parse (G:\tmp\js-test-recorder\node_modules\webpack\lib\Parser.js:902:15)
    at DependenciesBlock.<anonymous> (G:\tmp\js-test-recorder\node_modules\webpack\lib\NormalModule.js:104:16)
    at DependenciesBlock.onModuleBuild (G:\tmp\js-test-recorder\node_modules\webpack-core\lib\NormalModuleMixin.js:310:10)
    at nextLoader (G:\tmp\js-test-recorder\node_modules\webpack-core\lib\NormalModuleMixin.js:275:25)
    at G:\tmp\js-test-recorder\node_modules\webpack-core\lib\NormalModuleMixin.js:259:5
    at Storage.finished (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:38:16)
    at G:\tmp\js-test-recorder\node_modules\graceful-fs\graceful-fs.js:78:16
    at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:445:3)
 @ ./src/app/components/App.js 66:19-67

ERROR in ./~/mdi/scss/materialdesignicons.scss
Module parse failed: G:\tmp\js-test-recorder\node_modules\mdi\scss\materialdesignicons.scss Unexpected character '@' (2:0)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected character '@' (2:0)
    at Parser.pp$4.raise (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:2221:15)
    at Parser.pp$7.getTokenFromCode (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:2756:10)
    at Parser.pp$7.readToken (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:2477:17)
    at Parser.pp$7.nextToken (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:2468:15)
    at Parser.parse (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:515:10)
    at Object.parse (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\acorn\dist\acorn.js:3098:39)
    at Parser.parse (G:\tmp\js-test-recorder\node_modules\webpack\lib\Parser.js:902:15)
    at DependenciesBlock.<anonymous> (G:\tmp\js-test-recorder\node_modules\webpack\lib\NormalModule.js:104:16)
    at DependenciesBlock.onModuleBuild (G:\tmp\js-test-recorder\node_modules\webpack-core\lib\NormalModuleMixin.js:310:10)
    at nextLoader (G:\tmp\js-test-recorder\node_modules\webpack-core\lib\NormalModuleMixin.js:275:25)
    at G:\tmp\js-test-recorder\node_modules\webpack-core\lib\NormalModuleMixin.js:259:5
    at Storage.finished (G:\tmp\js-test-recorder\node_modules\webpack\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:38:16)
    at G:\tmp\js-test-recorder\node_modules\graceful-fs\graceful-fs.js:78:16
    at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:445:3)
 @ ./src/app/components/App.js 62:27-71

Editable step item view: edit comment text

Each step translated to some output with the prepended comment like
// step 1, // step 2...
The idea of the improvement is let the user edit comment of corresponding step output from the step item view.

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.