refactor(Cypress): add nodemodules

This commit is contained in:
2021-09-02 17:18:41 +02:00
parent 1aa57bbd0a
commit bc6e1bc12e
4238 changed files with 340975 additions and 8 deletions

31
node_modules/cypress-cucumber-preprocessor/circle.yml generated vendored Normal file
View File

@@ -0,0 +1,31 @@
version: 2
jobs:
build:
docker:
- image: cypress/base:12
working_directory: ~/cypress-cucumber-preprocessor
steps:
- checkout
- run:
name: npm install
command: npm install
- run:
name: link the package
command: |
npm link
npm link cypress-cucumber-preprocessor
- run:
name: run tests
command: npm test
- run:
name: slow test run, for sanity
command: npm run test:each
- run:
name: Run on cypress-cucumber-example
command: bash ./.scripts/runOnExample.bash
- run:
name: Run on cypress-cucumber-webpack-typescript-example
command: bash ./.scripts/runOnWebpackTypescriptExample.bash
- run:
name: release
command: npm run semantic-release || true