Skip to content

Commit

Permalink
Bump package version to 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-nu committed Nov 5, 2023
1 parent 8795cd3 commit 3c44058
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions cypress/integration/readthedocs/build.spec.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/// <reference types="cypress" />

context('A running read the docs push', () => {
it('opens the CIMonitor dashboard', () => {
cy.visit('/');
});
it('opens the CIMonitor dashboard', () => {
cy.visit('/');
});

it('pushes a failed build', () => {
cy.readthedocs(`build-failed/1`);
cy.wait(1000);
cy.readthedocs(`build-failed/2`);
});
it('pushes a failed build', () => {
cy.readthedocs(`build-failed/1`);
cy.wait(1000);
cy.readthedocs(`build-failed/2`);
});

it('pushes a successful build', () => {
cy.wait(2000);
cy.readthedocs(`build-success/1`);
cy.wait(1000);
cy.readthedocs(`build-success/2`);
});
it('pushes a successful build', () => {
cy.wait(2000);
cy.readthedocs(`build-success/1`);
cy.wait(1000);
cy.readthedocs(`build-success/2`);
});
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cimonitor",
"version": "4.11.0",
"version": "4.11.1",
"description": "Monitors all your projects CI automatically",
"repository": "[email protected]:FuturePortal/CIMonitor.git",
"license": "MIT",
Expand Down

0 comments on commit 3c44058

Please sign in to comment.