1.0.2 • Published 1 year ago

@gnuechtel/nx-cucumber v1.0.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

nx-cucumber

Nx plugin to create and run Cucumber.js end-to-end test projects

ℹ This software is still pre-alpha, but it is working in real-world projects
⚠️ This is a work-in-progress and semantic versioning is yet not applied

quick start

# create a new monorepo with a 'gnu-app' and change to its directory
npx create-nx-workspace gnu-repo --preset=react-monorepo --e2eTestRunner=none --appName=gnu-app --bundler=vite --style=css --nxCloud=false
cd gnu-repo

# install nx-cucumber plugin
npm i -D @gnuechtel/nx-cucumber

# create Cucumber.js end-to-end test project for gnu-app
npx nx g @gnuechtel/nx-cucumber:cucumber-js --project=gnu-app

# install additional required npm packages
npm i -D wait-on @playwright/test nyc

# run Cucumber.js end-to-end tests (implicitly starts gnu-app)
npx nx e2e gnu-app-e2e

# display generated Cucumber HTML report
open ./dist/cucumber-js/apps/gnu-app-e2e/reports/html/cucumber-test-report.html
1.0.2

1 year ago

1.0.1-6143578028

2 years ago

1.0.1

2 years ago

1.0.1-6142275727

2 years ago

1.0.1-6139366309

2 years ago

1.0.1-6138666073

2 years ago

1.0.0-5815151244

2 years ago

1.0.0

2 years ago

1.0.0-5778314614

2 years ago

1.0.0-5767300691

2 years ago

1.0.0-5767547538

2 years ago

1.0.0-5649825819

2 years ago

1.0.0-5649633667

2 years ago

1.0.0-rc.9

2 years ago

1.0.0-rc.8

2 years ago

1.0.0-rc.7

2 years ago

1.0.0-rc.6

2 years ago

1.0.0-rc.5

2 years ago

1.0.0-rc.4

2 years ago

1.0.0-rc.3

2 years ago

1.0.0-rc.2

2 years ago

1.0.0-rc.1

2 years ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago

0.58.0

2 years ago

0.57.0

2 years ago

0.56.8

2 years ago

0.56.7

2 years ago

0.56.6

2 years ago

0.56.5

2 years ago

0.56.4

2 years ago

0.56.3

2 years ago

0.56.2

2 years ago

0.56.1

2 years ago

0.56.0

2 years ago

0.0.56-next

2 years ago

0.0.56

2 years ago

0.0.55

2 years ago

0.0.54

2 years ago

0.0.42

2 years ago

0.0.41

2 years ago

0.0.40

2 years ago

0.0.39

2 years ago

0.0.38

2 years ago

0.0.37

2 years ago

0.0.36

2 years ago

0.0.35

2 years ago

0.0.34

2 years ago

0.0.33

2 years ago