项目作者: glyad

项目描述 :
This sample demonstrates the Aurelia Navigation Skeleton enriched with Cucumber e2e tests.
高级语言: TypeScript
项目地址: git://github.com/glyad/au-karma-jasmine-protractor-cucumber.git
创建时间: 2019-08-08T17:22:14Z
项目社区:https://github.com/glyad/au-karma-jasmine-protractor-cucumber

开源协议:MIT License

下载


au-karma-jasmine-protractor-cucumber

This project is initially bootstrapped by aurelia-cli.

For more information, go to https://aurelia.io/docs/cli/webpack

Run dev app

Run au run, then open http://localhost:8080

To open browser automatically, do au run --open.

To change dev server port, do au run --port 8888.

To enable Webpack Bundle Analyzer, do au run --analyze.

To enable hot module reload, do au run --hmr.

Build for production

Run au build --env prod.

Unit tests

Run au test (or au karma).

To run in watch mode, au test --watch or au karma --watch.

Integration (e2e) tests

First, run npm run webdriver-update.

You need the app running for integration test. So, run your app using ‘au run’ and keep it runing.

Then run au protractor.