diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 415eb4e..8199fc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,4 +94,4 @@ jobs: - name: Generate coverage report uses: artiomtr/jest-coverage-report-action@v2.0-rc.2 with: - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/cypress.json b/cypress.json index 81eb522..9c3a1f2 100644 --- a/cypress.json +++ b/cypress.json @@ -1,12 +1,11 @@ { - "chromeWebSecurity": false, - "defaultCommandTimeout": 20000, - "env": { - "sasjsTestsUrl": "", - "username": "", - "password": "", - "screenshotOnRunFailure": false, - "testingFinishTimeout": 600000 - } + "chromeWebSecurity": false, + "defaultCommandTimeout": 20000, + "env": { + "sasjsTestsUrl": "", + "username": "", + "password": "", + "screenshotOnRunFailure": false, + "testingFinishTimeout": 600000 } - \ No newline at end of file +} \ No newline at end of file