Git Product home page Git Product logo

backstop-config's Introduction

Hi there, I'm Walmyr 👋

I'm a software craftsman, blogger, YouTuber, podcaster, Cypress.io Ambassador, online instructor, mentor, speaker, an active member of the testing automation and JavaScript communities, and a fan of good music, tattoos, gardening, vegan food, and skateboarding. 🛹

Want to know more about me? Visit my website => https://walmyr.dev.

backstop-config's People

Contributors

dependabot[bot] avatar paulogoncalvesbh avatar wlsf82 avatar

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

backstop-config's Issues

Unable to get the show diffs button

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to report
  2. run npm t / npm run approve / npm t
  3. Check for 'show diff' button
  4. See error - cannot find the button

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Running scenarios in batches?

Hi,

This is not a bug report or a feature request, I just have a question.

I am trying to use this framework while having a pretty high number of pages to test (around 500). This usually doesn't work, the process crashes when running the comparison script. Is there a way to maybe run this in batches of 100 scenarios at a time, for example?

Thanks in advance!

Erro na execução

Describe the bug
Após fazer a conf. da aplicação (https://www.udemy.com/course/testes-de-regressao-visual-com-backstopjs/learn/lecture/18837182#overview) ocorre o erro na execução do teste.

To Reproduce
Steps to reproduce the behavior:

  1. npm t
  2. enter

Expected behavior
Inciar os testes

Screenshots
If applicable, add screenshots to help explain your problem.
image

Desktop (please complete the following information):

  • OS: Windows 10 Pro Versão 1909 (Compilação do SO 18363.836)
  • Browser: Chrome Versão 81.0.4044.138 (Versão oficial) 64 bits

Additional context
LOG

0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Users\dennys.benevides\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'backstop:test'
1 verbose cli ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prebackstop:test', 'backstop:test', 'postbackstop:test' ]
5 info lifecycle [email protected]prebackstop:test: [email protected]
6 info lifecycle [email protected]
backstop:test: [email protected]
7 verbose lifecycle [email protected]backstop:test: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]
backstop:test: PATH: C:\Users\dennys.benevides\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;P:\backstop-config\node_modules.bin;C:\Users\dennys.benevides\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;P:\backstop-config\node_modules.bin;P:\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\local\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;P:\bin;C:\DEV\Python\Scripts;G:\Meu Drive\Aplicativos_Teste\Ggatling\bin;C:\DEV\Python;C:\DEV\Python\Scripts;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Skype\Phone;C:\DEV\Teste\Infra\maven\bin;C:\DEV\Teste\Infra;C:\Program Files\Git\cmd;C:\Program Files\nodejs;C:\ProgramData\chocolatey\bin;C:\DEV\Python\Scripts;C:\DEV\Python;C:\Users\dennys.benevides\AppData\Local\Microsoft\WindowsApps;C:\Users\dennys.benevides\AppData\Local\JetBrains\DataGrip 2019.3.3\bin;C:\Users\dennys.benevides\AppData\Roaming\npm;C:\Users\dennys.benevides\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Git\usr\bin\vendor_perl;C:\Program Files\Git\usr\bin\core_perl
9 verbose lifecycle [email protected]backstop:test: CWD: P:\backstop-config
10 silly lifecycle [email protected]
backstop:test: Args: [
10 silly lifecycle '/d /s /c',
10 silly lifecycle 'npm run clean:bitmaps_test && backstop test --config=test/mainConfig.js'
10 silly lifecycle ]
11 silly lifecycle [email protected]backstop:test: Returned: code: 2 signal: null
12 info lifecycle [email protected]
backstop:test: Failed to exec backstop:test script
13 verbose stack Error: [email protected] backstop:test: npm run clean:bitmaps_test && backstop test --config=test/mainConfig.js
13 verbose stack Exit status 2
13 verbose stack at EventEmitter. (C:\Users\dennys.benevides\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:310:20)
13 verbose stack at ChildProcess. (C:\Users\dennys.benevides\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:310:20)
13 verbose stack at maybeClose (internal/child_process.js:1021:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
14 verbose pkgid [email protected]
15 verbose cwd P:\backstop-config
16 verbose Windows_NT 10.0.18363
17 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\dennys.benevides\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "run" "backstop:test"
18 verbose node v12.16.3
19 verbose npm v6.11.3
20 error code ELIFECYCLE
21 error errno 2
22 error [email protected] backstop:test: npm run clean:bitmaps_test && backstop test --config=test/mainConfig.js
22 error Exit status 2
23 error Failed at the [email protected] backstop:test script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 2, true ]
@wlsf82

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.