32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
## Description
|
|
This is a project for 4rd year academic of Université de Rennes 1.
|
|
|
|
---
|
|
|
|
## Disclaimer
|
|
> For the pokedemo it's in the main branch. The test is in tp_test branch
|
|
> We don't write all the test for cypress and Jest because it's a little bit too long. But we covered some major test.
|
|
> For Jest, we have some issue with pokeAPI so we try to mock but didnt work
|
|
> For the cypress it worked fine but we dont have many tests.
|
|
|
|
---
|
|
|
|
## Prerequisits
|
|
Before cloning/forking this project, make sure the following tools are installed:
|
|
|
|
- [npm] `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash`
|
|
- [nodejs] `nvm install 22`
|
|
|
|
## Installation
|
|
* Install npm and nodejs
|
|
* Uninstall karma jasmin `npm uninstall karma karma-chrome-launcher karma-coverage karma-jasmine karma-jasmine-html-reporter @types/jasmine jasmine-core`
|
|
* Install jest `npm i --save-dev jest @types/jest jest-preset-angular`
|
|
* Install cypress `npm run cypress`
|
|
|
|
## Contributors
|
|
[//]: contributor-faces
|
|
|
|
<a href="https://github.com/vuminh224"><img src="https://avatars.githubusercontent.com/u/114408235?v=4" title="Tuan Minh VU" width="80" height="80"></a>
|
|
|
|
<a href="https://gitlab2.istic.univ-rennes1.fr/trochas"><img src="https://secure.gravatar.com/avatar/980b9890d56d0a70c7253e3a198111938d79d7b396fd31240a99a9d5c4cd6b96?s=384&d=identicon" title="Rochas Thibaut" width="80" height="80"></a>
|