Giter VIP home page Giter VIP logo

cy-runner's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cy-runner's Issues

Check for * on test name

On Cypress Runner version 2 we disabled the feature of pointing tests using * syntax. Now it would be useful if the config check alarm the user of this new behavior and how to fix it.

Run only failed tests on hard try

If is possible, it would be great If a test gets failed in a strategy then just try that failed test instead of trying all strategy again.

vtex.id error

I'm trying to install this in my project if I can't understand the documentation well but it looks like this:
image

In this case, I'm trying to test our template app that calls all BLOCKS.

However, it cannot reach and the following error occurs:

  • VT does not pass the wheel such as not saying that we need to but when running the project it complains
    https://prnt.sc/eXjYQnH7Z8-3

  • How do I get this vtex id? I looked in the admin settings, and the ID it returns me letters and numbers

  • If I put a random id it no longer gives this error but another one happens:
    image

Below is how my cy-runner.yml is configured

https://gist.github.com/MarlonPassos-git/d6d6d8791fb16c905f266a4d87650fd2

Integrate with GitHub Node.js package

To get more useful information and drive best the cy-runner decisions, we need to take advantage of Octokit from GitHub.

Something like that.

import { Octokit } from '@octokit/rest'
export class GitHubInfo {  
  public ref: GithubRef
  public repo: GithubRepo
  public owner: GithubUser
  public sender: GithubUser
  public installation: string

  constructor({ ref, repo, owner, sender, installation }: any) {
    this.ref = ref
    this.repo = repo
    this.owner = owner
    this.sender = sender
    this.installation = installation
  }
}

Test login on account before workspace preparation

[QE] === Toolbelt deployment and authentication ====================================================
     ===============================================================================================

     [✓] /home/runner/.cache/vtex cleaned successfully
     [✓] Patched version of toolbelt is installed already
     [!] Starting login process using productusqa
      -  Toolbelt version... vtex/3.0.0 linux-x[64] node-v16.14.0
      -  Removing old node/.toolbelt.url, if any
      -  Logging out from any other sessions
      -  Calling toolbelt... callback file created
      -  Trying to login on productusqa
     [✓] Login on productusqa completed successfully

[QE] === Workspace preparation =====================================================================
     ===============================================================================================


[QE] === ERROR =====================================================================================

     [✗] You have deployCli enabled, but something goes wrong

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.