Skip to content

Instead of running tests in parallel it is actually running the same test twice  #204

Open
@testingShaw

Description

@testingShaw

Here's the code :
"cy:run": "cypress run --browser chrome --headless",
"cypress-parallel-all": "node_modules/.bin/cypress-parallel -s cy:run -t 2 -d cypress/tests/workflows -m false",

I am using cucumber so I used -m false. Here you can see from the below log

Catalog Manager Page for XYZ - I want to look at my catalog (example #1) (cypress/tests/workflows/publisher/CatalogManagement.feature)
As a XYZ publisher, I can add a new listing to my demo  - As a publisher, I can access a link on my Dashboard to create a single restraunt listing (cypress/tests/workflows/publisher/AddSingleTitle.feature)
Catalog Manager Page for XYZ - I want to look at my catalog (example #2) (cypress/tests/workflows/publisher/CatalogManagement.feature)
As a XYZ publisher, I can add a new listing to my demo  - As a publisher, I can access a link on my Dashboard to create a single restraunt listing (cypress/tests/workflows/publisher/AddSingleTitle.feature)

Here's my folder look lik. - > cypress/tests/ admin and cypress/tests/publisher

Also I have cloned the Package cypress-parallel to see the demo but unfortunately whenever I run "ng serve" it throws :
Error: This command is not available when running the Angular CLI outside a workspace. any walk around here ??
I tried installing the angular cli and angular/core and updating npm but nothing seems to be working..
Any Walk around would be super helpful here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions