Giter Club home page Giter Club logo

vue-cli-plugin-ui-testcafe's Introduction

☕️ vue-cli-plugin-ui-testcafe

e2e-testcafe plugin(ui) for vue-cli 3.x

This adds E2E testing support using TestCafe.

Features

Implemented

  • Run TestCafe tests in headless chrome with vue-cli-service testcafe

Injected Commands

  • vue-cli-service testcafe

    run e2e tests with testcafe.

    Options:

    --mode     specify the mode the dev server should run in. (default: development)
    --url      run e2e tests against given url instead of auto-starting dev server
    --file     runs a specific spec file or a directory of spec files
    

    Additionally, all TestCafe CLI options for testcafe are also supported.

    This command automatically starts a server in development mode to run the e2e tests against. If you want to run the tests multiple times without having to restart the server every time, you can start the server with vue-cli-service serve --mode production in one terminal, and then run e2e tests against that server using the --url option.

Configuration

We've pre-configured TestCafe to place most of the e2e testing related files under <projectRoot>/tests/e2e.

Installing in an Already Created Project

npm install -D vue-cli-plugin-ui-testcafe

For TestCafe Statistics in vue-cli 3.x ui, please install vue-cli-addon-ui-testcafe in npm's global mode.

npm install -g vue-cli-addon-ui-testcafe

vue-cli-plugin-ui-testcafe's People

Contributors

1600133971 avatar

Stargazers

 avatar

Watchers

 avatar

vue-cli-plugin-ui-testcafe's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.