Git Product home page Git Product logo

angular-todo-e2e's Introduction

angular-todo-e2e

A demonstration of e2e test using Jest & Selenium Web Drive, against an angular todo app demo.

1. Setup environment

  • Ensure that you have installed these software in your local machine:

  • Clone this repository into your local machine through running this command: git clone https://github.com/WendySanarwanto/angular-todo-e2e.git.

  • On the command prompt, change directory to the location of cloned repository then run npm install command for installing required dependency libraries.

2. Running the e2e tests

In the package.json file, we have prepared various npm scripts for executing the e2e test based on how do you want the e2e should be running (e.g. should it run on chrome, on firefox, or both, should it open the test report on browser after a test run is finished.).

  • Run npm run e2e command, for running the e2e tests on both on both Chrome & Firefox browsers, simultaneously.

  • If you want to run the end-to-end testing on Chrome browser only, run npm run e2e:chrome command.

  • If you want to run the end-to-end testing on Firefox browser only, run npm run e2e:firefox command.

  • If you're a windows user and want to display the test report on your chrome browser, run report:win:chrome command after executing a test. Or, you can just simply run e2e:chrome:win:report command to execute the tests and then open the test report on your chrome browser.

  • If you're a windows user and want to display the test report on your firefox browser, run report:win:firefox command after executing the tests. Or, you can just simply run e2e:firefox:win:report command to execute the tests and then open the test report on your firefox browser.

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.