codeceptjs

v3.6.7
Supercharged End 2 End Testing Framework for NodeJS
acceptance end2end end 2 end puppeteer webdriver testcafe playwright bdd tdd and 2 more...

json-server

./node_modules/json-server/bin/index.js test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js

json-server:graphql

node test/data/graphql/index.js

lint

eslint bin/ examples/ lib/ test/ translations/ runok.js

lint-fix

eslint bin/ examples/ lib/ test/ translations/ runok.js --fix

prettier

prettier --config prettier.config.js --write bin/**/*.js lib/**/*.js test/**/*.js translations/**/*.js runok.js

docs

./runok.js docs

test:unit

mocha test/unit --recursive --timeout 10000

test:runner

mocha test/runner --recursive --timeout 10000

test

npm run test:unit && npm run test:runner

test:appium-quick

mocha test/helper/AppiumV2_test.js --grep 'quick'

test:appium-other

mocha test/helper/AppiumV2_test.js --grep 'second'

test:ios:appium-quick

mocha test/helper/AppiumV2_ios_test.js --grep 'quick'

test:ios:appium-other

mocha test/helper/AppiumV2_ios_test.js --grep 'second'

test-app:start

php -S 127.0.0.1:8000 -t test/data/app

test-app:stop

kill -9 $(lsof -t -i:8000)

test:unit:webbapi:playwright

mocha test/helper/Playwright_test.js

test:unit:webbapi:puppeteer

mocha test/helper/Puppeteer_test.js

test:unit:webbapi:webDriver

mocha test/helper/WebDriver_test.js

test:unit:webbapi:webDriver:noSeleniumServer

mocha test/helper/WebDriver.noSeleniumServer_test.js

test:unit:webbapi:webDriver:devtools

mocha test/helper/WebDriver_devtools_test.js --exit

test:unit:webbapi:testCafe

mocha test/helper/TestCafe_test.js

test:unit:expect

mocha test/helper/Expect_test.js

test:unit:mockServer

mocha test/helper/MockServer_test.js

test:plugin

mocha test/plugin/plugin_test.js

def

./runok.js def

dev:graphql

node test/data/graphql/index.js

publish:site

./runok.js publish:site

update-contributor-faces

./runok.js contributor:faces

types-fix

node typings/fixDefFiles.js

dtslint

npm run types-fix && tsd

prepare

husky install

prepare-release

./runok.js versioning && ./runok.js get:commit-log

publish-beta

./runok.js publish:next-beta-version
npm i codeceptjs

Metadata

  • MIT
  • >=16.0
  • DavertMik
  • released 9/23/2024

Downloads