refactor(Cypress): Moved Cypress to the main folder of the project, as I don't need a sub project for now.

This commit is contained in:
Simon Pistache 2021-09-02 16:22:25 +02:00
parent d9226abf85
commit 89ec2d42ac
8402 changed files with 22 additions and 5 deletions

View File

@ -0,0 +1,5 @@
{
"login": "candidature-qa@example.org",
"mdp": "kHwWawhH5ADNuFb",
"phone": "0643779588"
}

View File

@ -0,0 +1,17 @@
/// <reference types="cypress" />
const { describe } = require("mocha");
describe('checking the inbox website', () => {
it('Check the login page', function() {
cy.fixture('example');
cy.visit('https://app.post-prod.lifen.fr/');
cy.url
//cy.get('#email').type(login);
//cy.get('#password').type(mdp);
});
it('')
});

View File

@ -1,5 +0,0 @@
{
"name": "Using fixtures to represent data",
"email": "hello@cypress.io",
"body": "Fixtures are a great way to mock data for responses to routes"
}

Some files were not shown because too many files have changed in this diff Show More