Skip to content

Commit

Permalink
feat: add documentation about vitest and playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Aug 23, 2024
1 parent 793c223 commit f88b401
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Impala

Impala is a module of Insee's Statistical Metadata Repository (RMéS). It exposes linked metadata on web pages and through a SPARQL editor based on [Yasgui](https://triply.cc/docs/yasgui-api).

## Getting Started

* Run Unit Tests (Vitest)

```shell
yarn test
```

* Run UI Tests (Playwright)

```shell
npx playwright test
```

0 comments on commit f88b401

Please sign in to comment.