1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Re-adding tests

I had removed a lot of these for checking against the CI - adding them back in
This commit is contained in:
Mitch-Budibase 2022-02-17 14:06:17 +00:00
parent 268a6c9e09
commit d87d5f2fed
17 changed files with 17 additions and 17 deletions

View file

@ -1,7 +1,7 @@
import filterTests from "../support/filterTests"
filterTests(['all'], () => {
xcontext("Add Radio Buttons", () => {
context("Add Radio Buttons", () => {
before(() => {
cy.login()
cy.createTestApp()

View file

@ -1,7 +1,7 @@
import filterTests from '../support/filterTests'
filterTests(['smoke', 'all'], () => {
xcontext("Create an Application", () => {
context("Create an Application", () => {
it("should create a new application", () => {
cy.login()
cy.createTestApp()

View file

@ -1,7 +1,7 @@
import filterTests from "../support/filterTests"
filterTests(['smoke', 'all'], () => {
xcontext("Create a automation", () => {
context("Create a automation", () => {
before(() => {
cy.login()
cy.createTestApp()

View file

@ -1,7 +1,7 @@
import filterTests from "../support/filterTests"
filterTests(['smoke', 'all'], () => {
xcontext("Create Bindings", () => {
context("Create Bindings", () => {
before(() => {
cy.login()
cy.createTestApp()

View file

@ -1,7 +1,7 @@
import filterTests from "../support/filterTests"
filterTests(["smoke", "all"], () => {
xcontext("Screen Tests", () => {
context("Screen Tests", () => {
before(() => {
cy.login()
cy.createTestApp()

View file

@ -1,7 +1,7 @@
import filterTests from "../support/filterTests"
filterTests(['smoke', 'all'], () => {
xcontext("Create a Table", () => {
context("Create a Table", () => {
before(() => {
cy.login()
cy.createTestApp()

View file

@ -1,4 +1,4 @@
xcontext("Create a User", () => {
context("Create a User", () => {
before(() => {
cy.login()
})

View file

@ -2,7 +2,7 @@ import filterTests from "../support/filterTests"
filterTests(['smoke', 'all'], () => {
xcontext("Create a User and Assign Roles", () => {
context("Create a User and Assign Roles", () => {
before(() => {
cy.login()
})

View file

@ -1,7 +1,7 @@
import filterTests from "../support/filterTests"
filterTests(['smoke', 'all'], () => {
xcontext("Create a View", () => {
context("Create a View", () => {
before(() => {
cy.login()
cy.createTestApp()

View file

@ -1,7 +1,7 @@
import filterTests from "../../support/filterTests"
filterTests(['all'], () => {
xcontext("Datasource Wizard", () => {
context("Datasource Wizard", () => {
before(() => {
cy.login()
cy.createTestApp()

View file

@ -1,7 +1,7 @@
import filterTests from "../../support/filterTests"
filterTests(['all'], () => {
xcontext("MySQL Datasource Testing", () => {
context("MySQL Datasource Testing", () => {
if (Cypress.env("TEST_ENV")) {
before(() => {

View file

@ -1,7 +1,7 @@
import filterTests from "../../support/filterTests"
filterTests(['all'], () => {
xcontext("Oracle Datasource Testing", () => {
context("Oracle Datasource Testing", () => {
if (Cypress.env("TEST_ENV")) {
before(() => {

View file

@ -1,7 +1,7 @@
import filterTests from "../../support/filterTests"
filterTests(['all'], () => {
xcontext("PostgreSQL Datasource Testing", () => {
context("PostgreSQL Datasource Testing", () => {
if (Cypress.env("TEST_ENV")) {
before(() => {

View file

@ -1,7 +1,7 @@
import filterTests from "../../support/filterTests"
filterTests(['smoke', 'all'], () => {
xcontext("REST Datasource Testing", () => {
context("REST Datasource Testing", () => {
before(() => {
cy.login()
cy.createTestApp()

View file

@ -1,7 +1,7 @@
import filterTests from "../support/filterTests"
filterTests(['smoke', 'all'], () => {
xcontext("Query Level Transformers", () => {
context("Query Level Transformers", () => {
before(() => {
cy.login()
cy.deleteApp("Cypress Tests")

View file

@ -1,7 +1,7 @@
import filterTests from "../support/filterTests"
filterTests(['all'], () => {
xcontext("Rename an App", () => {
context("Rename an App", () => {
beforeEach(() => {
cy.login()
cy.createTestApp()

View file

@ -1,7 +1,7 @@
import filterTests from "../support/filterTests"
filterTests(['smoke', 'all'], () => {
xcontext("Revert apps", () => {
context("Revert apps", () => {
before(() => {
cy.login()
cy.createTestApp()