File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ # Cucumber Expressions
2+
13[ ![ test-go] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-go.yml/badge.svg )] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-go.yml )
24[ ![ test-java] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-java.yml/badge.svg )] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-java.yml )
35[ ![ test-javascript] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-javascript.yml/badge.svg )] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-javascript.yml )
46[ ![ test-python] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-python.yml/badge.svg )] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-python.yml )
57[ ![ test-ruby] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-ruby.yml/badge.svg )] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-ruby.yml )
68[ ![ test-dotnet] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-dotnet.yml/badge.svg )] ( https://github.com/cucumber/cucumber-expressions/actions/workflows/test-dotnet.yml )
79
8- # Cucumber Expressions
9-
1010Cucumber Expressions is an alternative to [ Regular Expressions] ( https://en.wikipedia.org/wiki/Regular_expression )
1111with a more intuitive syntax.
1212
Original file line number Diff line number Diff line change 1+ ../README.md
Original file line number Diff line number Diff line change 2121 "scripts" : {
2222 "build:cjs" : " tsc --build tsconfig.build-cjs.json && cp package.cjs.json dist/cjs/package.json" ,
2323 "build:esm" : " tsc --build tsconfig.build-esm.json" ,
24- "build" : " npm run build:cjs && npm run build:esm && cp ../README.md dist " ,
24+ "build" : " npm run build:cjs && npm run build:esm" ,
2525 "test" : " mocha && npm run test:cjs" ,
2626 "test:cjs" : " npm run build:cjs && mocha --no-config dist/cjs/test" ,
2727 "stryker" : " cross-env CUCUMBER_EXPRESSIONS_TEST_DATA_DIR=$(pwd)/../testdata stryker run" ,
You can’t perform that action at this time.
0 commit comments