You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upload a file using the chakram. But while doing so I am getting No files found error.
Here is the configuration of my test:
```
const fs = require('fs');
const chakram = require('chakram'),
expect = chakram.expect;
path = require("path");
describe("Upload Image", () => {
it("Checks endpoint for status 200", () => {
I am trying to upload a file using the chakram. But while doing so I am getting No files found error.
Here is the configuration of my test:
```
const fs = require('fs');
const chakram = require('chakram'),
expect = chakram.expect;
path = require("path");
describe("Upload Image", () => {
it("Checks endpoint for status 200", () => {
});
The text was updated successfully, but these errors were encountered: