blob: ec67a3a08243e5fbc67725692be8b720a92818d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# e2e - end to end test suite for security analyzers
## Getting Started
```bash
$ git clone --recursive git@gitlab.com:xlgmokha/e2e.git
$ cd e2e
$ asdf install
$ ./bin/setup
$ ./bin/test
```
|