guilhermeps / angular-messages-file-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-e2e-sample

A short sample about how to make e2e tests for an Angular 2+ application.

Getting Started

To get a copy of this project, please, pay attention on the instructions bellow.

Getting the project

What things do you need to get this source code and run the sample

git clone https://github.com/guilhermeps/angular-e2e-sample.git

Installing

Once you have the code you will must install the project dependencies to be able to run it. To do that execute the command bellow via terminal inside the project folder:

npm install

Running the application

After all the dependencies installed you are finally able to run the application. To do that excecute the command bellow:

ng serve

Executing e2e tests

To execute all e2e tests, the main purpose of this project, just run the command bellow:

ng e2e

Authors

  • Guilherme Silva - initial work made until now

License

This project is used for learn purpose and is under MIT License (I know, just protocol) - see the LICENSE.md

Contributions

All contributions are welcome, so, if you want to contribute doing some code review or making this sample greater, let me know. As I said, you will be very welcome. After the job done, we can take some 🍻

About

License:MIT License


Languages

Language:TypeScript 78.0%Language:JavaScript 10.6%Language:HTML 9.9%Language:CSS 1.5%