Simon Pistache Simon
  • Joined on 2020-05-15
Simon pushed to main at Trusk/Partie-3 2021-09-06 13:06:57 +02:00
ef16681e07 Mise à jour de 'README.md'
Simon pushed to main at Trusk/Partie-2 2021-09-06 13:04:30 +02:00
ae576dcc70 Mise à jour de 'readme.md'
Simon pushed to main at Trusk/Partie-2 2021-09-06 13:04:10 +02:00
43710c4dd9 Mise à jour de 'readme.md'
Simon pushed to main at Trusk/Partie-2 2021-09-06 13:02:40 +02:00
763e80310b Mise à jour de 'readme.md'
Simon pushed to main at Trusk/Partie-2 2021-09-06 11:39:36 +02:00
d3de54a7c0 Update 'readme.md'
Simon pushed to main at Trusk/Partie-2 2021-09-06 11:35:48 +02:00
4c3906b699 docs: Init readme.md
Simon pushed to main at Trusk/Partie-3 2021-09-06 11:18:38 +02:00
71b3d01366 Update 'README.md'
Simon pushed to main at Trusk/Partie-3 2021-09-06 11:18:11 +02:00
0e7d385706 docs: updated readme.md with more text than ever
Simon pushed to main at Trusk/Partie-1 2021-09-06 11:03:53 +02:00
eee4318961 Mise à jour de 'readme.md'
Simon pushed to main at Trusk/Partie-1 2021-09-06 11:00:30 +02:00
6bc0c94e21 Mise à jour de 'readme.md'
Simon pushed to main at Trusk/Partie-1 2021-09-06 10:59:36 +02:00
6fb30baa24 feat: added a readme file.
Simon pushed to main at Trusk/Partie-2 2021-09-06 10:44:57 +02:00
1253e2388a feat: 🚀 Created features for notifications and signin and stubbed them for automation.
Simon pushed to main at Trusk/Partie-2 2021-09-06 00:56:00 +02:00
e00a147b5c refactor: init cypress config
Simon pushed to main at Trusk/Partie-2 2021-09-05 22:56:33 +02:00
9e2991e668 init
Simon created repository Trusk/Partie-2 2021-09-05 14:23:20 +02:00
Simon pushed to refacto at Trusk/Partie-3 2021-09-05 14:21:14 +02:00
39e48d11a5 fix(#3): Refactored a few configurations in cypress.
44450b918f refactor(#4): Commented a visit command to set a testcase up.
Compare 2 commits »
Simon commented on issue Trusk/Partie-3#3 2021-09-05 14:18:52 +02:00
Separate test data from test script

Nope, no need to do that.

Simon closed issue Trusk/Partie-3#3 2021-09-05 14:18:52 +02:00
Separate test data from test script
Simon commented on issue Trusk/Partie-3#4 2021-09-05 13:59:13 +02:00
Don't rely on the state of previous tests
    it.skip('Allow to disconnect a connected user', function() {
        // get back
        cy.contains('Retour').click()
        cy.title().should('eq', 'QA @ Trusk')
       …
Simon commented on issue Trusk/Partie-3#6 2021-09-05 13:54:29 +02:00
Select element with the more stable identifiers available

I did not rewritted every all of them, the last testcase Allow to disconnect a connected user need a full refactor separately.