Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b11af9b1

Přidáno uživatelem Jakub Schenk před asi 2 roky(ů)

Testing cleanup + readme

cleaning testing, adding new comments to user creation frontend, adding readme

Zobrazit rozdíly:

Backend/FrontendTesting/Utils.cs
14 14
{
15 15
    public class Utils
16 16
    {
17
        
17

  
18 18
    }
19 19

  
20 20
    public static class Drivers
21 21
    {
22
        
22

  
23 23
        public static IWebDriver fDriver = new FirefoxDriver();
24 24
        public static IWebDriver cDriver = new ChromeDriver();
25 25
        public static IWebDriver[] drivers = { fDriver, cDriver };

Také k dispozici: Unified diff