Skip to content

Commit

Permalink
Fix loading of resources that have encoded chars in id
Browse files Browse the repository at this point in the history
Signed-off-by: Dinika Saxena <[email protected]>
  • Loading branch information
Dinika committed Feb 25, 2024
1 parent 5e83b58 commit d7ba71d
Show file tree
Hide file tree
Showing 10 changed files with 530 additions and 59 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ a. To run the tests in headed mode:
yarn cy:open
```

If you encounter issues with `project:setup` or `resources:create` tasks because of SSL or certificate errors when running the tests locally, try the following:

```sh
NODE_TLS_REJECT_UNAUTHORIZED=0 yarn cy:open
```

b. To run the tests in headless mode:

```sh
Expand Down
22 changes: 22 additions & 0 deletions c.env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"use_existing_delta_instance": false,
"NEXUS_API_URL": "https://dev.nise.bbp.epfl.ch/nexus/v1",
"users": {
"morty": {
"username": "localuser",
"password": "localuser",
"realm": {
"name": "Local",
"baseUrl": "https://dev.nise.bbp.epfl.ch/"
}
},
"morpheus": {
"username": "localuser",
"password": "localuser",
"realm": {
"name": "Local",
"baseUrl": "https://dev.nise.bbp.epfl.ch/"
}
}
}
}
Loading

0 comments on commit d7ba71d

Please sign in to comment.