I had removed a lot of these for checking against the CI - adding them back in
@ -1,7 +1,7 @@
import filterTests from "../support/filterTests"
filterTests(['all'], () => {
xcontext("Add Radio Buttons", () => {
context("Add Radio Buttons", () => {
before(() => {
cy.login()
cy.createTestApp()
import filterTests from '../support/filterTests'
filterTests(['smoke', 'all'], () => {
xcontext("Create an Application", () => {
context("Create an Application", () => {
it("should create a new application", () => {
xcontext("Create a automation", () => {
context("Create a automation", () => {
xcontext("Create Bindings", () => {
context("Create Bindings", () => {
filterTests(["smoke", "all"], () => {
xcontext("Screen Tests", () => {
context("Screen Tests", () => {
xcontext("Create a Table", () => {
context("Create a Table", () => {
@ -1,4 +1,4 @@
xcontext("Create a User", () => {
context("Create a User", () => {
})
@ -2,7 +2,7 @@ import filterTests from "../support/filterTests"
xcontext("Create a User and Assign Roles", () => {
context("Create a User and Assign Roles", () => {
xcontext("Create a View", () => {
context("Create a View", () => {
import filterTests from "../../support/filterTests"
xcontext("Datasource Wizard", () => {
context("Datasource Wizard", () => {
xcontext("MySQL Datasource Testing", () => {
context("MySQL Datasource Testing", () => {
if (Cypress.env("TEST_ENV")) {
xcontext("Oracle Datasource Testing", () => {
context("Oracle Datasource Testing", () => {
xcontext("PostgreSQL Datasource Testing", () => {
context("PostgreSQL Datasource Testing", () => {
xcontext("REST Datasource Testing", () => {
context("REST Datasource Testing", () => {
xcontext("Query Level Transformers", () => {
context("Query Level Transformers", () => {
cy.deleteApp("Cypress Tests")
xcontext("Rename an App", () => {
context("Rename an App", () => {
beforeEach(() => {
xcontext("Revert apps", () => {
context("Revert apps", () => {